couch-to-postgres icon indicating copy to clipboard operation
couch-to-postgres copied to clipboard

we want to find some tools to publish postgresql table to redis or couchdb as a restful service

Open ericdai opened this issue 7 years ago • 2 comments

ericdai avatar Dec 05 '17 15:12 ericdai

if postgresql table changed ,restful cache also changed

ericdai avatar Dec 05 '17 15:12 ericdai

Not sure this project can help with that but suspect you would need to look at adding a trigger to postgres table for when row inserted/updated/deleted and then use something like the postgres http extension to then submit the change to redis or couchdb

sysadminmike avatar Dec 05 '17 16:12 sysadminmike