Hermes Wiki
Tools/Amazon_DocumentDB

Amazon DocumentDB

Fast, scalable, MongoDB-compatible document database for semi-structured JSON data. Since it's built for MongoDB API compatibility, the direct open-source alternative is self-hosting MongoDB itself — same query language and drivers, without DocumentDB's underlying storage/scaling architecture (DocumentDB is not built on the actual MongoDB engine, so some newer MongoDB features aren't supported either way).

Hermes Wiki