Show HN: EloqDoc: MongoDB-Compatible Doc DB with Object Storage as First Citizen
eloqdata Sunday, October 19, 2025We're excited to share EloqDoc, a new open source document database built on top of Data Substrate. EloqDoc is designed around the principle of treating object storage (like S3) as a first-class citizen for durability and cost efficiency. If you love the flexibility of MongoDB's document model but are struggling with scaling, cost, and consistency due to its coupled architecture, EloqDoc is for you. It’s built to solve MongoDB's inherent infrastructure challenges while remaining fully compatible with existing MongoDB clients and drivers.
Key Features:
1. Object Storage as First Citizen: Uses object storage for primary durability, leveraging local NVMe caching to achieve both lower cost and higher performance than using block-level storage (e.g. EBS).
2. Decoupled Compute & Storage: Scale your compute/QPS independently of your storage capacity, or vice-versa, without data movement.
3. True ACID Transactions: Delivers full ACID compliance with especially fast distributed transactions—consistency without compromise.
4. Native Distribution & Multi-Writer: It's a natively distributed database, eliminating complex manual sharding routers (like mongos) and supporting true Multi-Writer scalability.
Check it out: https://www.github.com/eloqdata/eloqdoc
We welcome any feedback, critique, or questions on the EloqDoc!