๐ Hunting Open Source #24. They Finally Fixed MongoDB! By Migrating It to PostgreSQL... ๐
https://github.com/documentdb/documentdb
DocumentDB โ A database from Microsoft consisting of three parts:
- A PostgreSQL extension adding BSON format (written in C)
- A CRUD API on top of it (C)
- A service translating Mongo Query to SQL (Rust)
Why is it needed? What problems arise when migrating from MongoDB? And what does Alzheimer's have to do with it? Find out in the new post on Habr
https://habr.com/ru/posts/943926
As always, like, comment, and discuss!