shortishly / pgec

PostgreSQL replication cache with Redis, Memcached and REST APIs

Home Page:https://shortishly.com/blog/pgec-read-write-notify/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature idea: PostgreSQL API

thebestgin opened this issue · comments

I am very impressed by the idea behind this product.

How realistic is the idea of implementing a PostgreSQL API?

The PostgreSQL API should behave like a real PostgreSQL Server.
Read operations are served from the in memory cache.
Write operations are proxyed to the PostgreSQL server.
Like the current REDIS API.

The biggest advantage of a PostgreSQL API would be the integration of PGEC without code changes for applications.