vidardb / pgrocks-fdw

Bring RocksDB to PostgreSQL as an extension. It is the first foreign data wrapper (FDW) that introduces LSM-tree into PostgreSQL. The underneath storage engine can be RocksDB. The FDW also serves for VidarDB engine, a versatile storage engine for various workloads. See the link for more info about VidarDB engine.
https://www.vidardb.com
Apache License 2.0
122 stars 11 forks source link

Run on managed services like RDS, HerokuPG, GCP/Azure, etc #29

Open dwelch2344 opened 4 years ago

dwelch2344 commented 4 years ago

Hey there. Co-worker just shared this and it looks awesome! Is there a desire to get this adopted by managed PG providers? Only saw a few issues so figured I'd start one here for the long journey, assuming that's a goal.

AWS' RDS would be the big one for us (and no doubt many others) - and they happen to be the longest road from what I gather. Others could be added here, but off the top of my head:

I've seen a few other cool FDW's that keep a list like this with links next to the items on where to request / vote for adoption. I'll try and find one to update here.

jsc0218 commented 4 years ago

Thanks for reaching here. Once we think the code is mature enough, we would do what you suggest. Could you point out other FDWs you mentioned so that we can take a look?