dhamaniasad / awesome-postgres

A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
http://dhamaniasad.github.io/awesome-postgres
Creative Commons Zero v1.0 Universal
9.98k stars 805 forks source link

pgrocks-fdw #310

Open stackdump opened 3 years ago

stackdump commented 3 years ago

https://github.com/vidardb/pgrocks-fdw is awesome.

I'm excited to use this plugin to combine postgres with a LSM data store.

I'm planning to use it for event-sourcing where rocks-db is the long term storage for event data, and Postgres tables are used to build projections.