couch-to-postgres
couch-to-postgres copied to clipboard
we want to find some tools to publish postgresql table to redis or couchdb as a restful service
if postgresql table changed ,restful cache also changed
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