DocumentDB: An Open-Source, MongoDB-Compatible Document Database Built on PostgreSQL
By
amai
Summary
DocumentDB is an open-source, MIT-licensed document database built on PostgreSQL that is fully MongoDB compatible. It offers native BSON support, advanced indexing, and vector search capabilities. The article provides a quick start guide for running DocumentDB locally using Docker, including a sample command to launch the database container.
Source
Key quotes
· 3 pulledOpen source document database — A powerful, scalable, fully MongoDB compatible open-source database built for modern applications
Open source and MIT licensed, with native BSON, advanced indexing, and vector search on PostgreSQL
Run locally with Docker — Start DocumentDB Local with Docker, then connect on port 10260
You might also wanna read
Microsoft's Extended RUM Index in DocumentDB for PostgreSQL Improves ESR Query Performance
Microsoft has fixed a limitation in the DocumentDB extension for PostgreSQL by introducing an Extended RUM index that preserves key ordering
dev.to·26d agoAWS Launches ExtendDB: Open Source DynamoDB-Compatible Adapter with PostgreSQL Backend Support
AWS has announced ExtendDB, an open-source DynamoDB-compatible adapter that allows developers to use the DynamoDB API with alternative stora
HelixDB: Open-Source OLTP Graph-Vector Database Built in Rust Now Generally Available
HelixDB, an open-source OLTP graph-vector database built in Rust, has been released after more than a year of development. The database is d
Text2Query: A browser-based tool that converts natural language into SQL and MongoDB queries
Text2Query is a browser-based tool that converts natural language into SQL and MongoDB queries. Users can upload their database schema, ask
ChartDB: Open-Source Tool for Visual Database Schema Diagrams
ChartDB is a free, open-source tool that instantly converts database schemas into editable ER diagrams with a single query. Designed for dev

Comments
Sign in to join the conversation.
No comments yet. Be the first.