Hacker News new | ask | show | jobs
DocumentDB: BSON data type CRUD in PostgreSQL (github.com)
31 points by krishadi 511 days ago
2 comments

CosmosDB was previously known as DocumentDB https://azure.microsoft.com/en-us/blog/dear-documentdb-custo...
And it's also the name of a document DBMS provided by AWS[1], compatible with MongoDB

[1]: https://aws.amazon.com/documentdb/

I am kinda curious now if they're using PostgreSQL behind the scenes for Cosmos. Like an evolved form of this code.
Is this a postgres plugin?
Yeah it is a postgres plugin.