Azure Cosmos DB
Cosmos DB is a fully managed, globally replicated, database platform offering from Azure. While it is technically a NoSQL platform, it is also a multimodel database, which means it provides more than one database API/protocol over this database. These APIs could be based on relational data models (RDBMS) or NoSQL models. The protocols supported by Cosmos DB and the corresponding Azure Cosmos DB offerings are as follows:
Cosmos DB for NoSQL |
Supports a native Azure NoSQL database |
Cosmos DB for MongoDB |
MongoDB |
Cosmos DB for Apache Cassandra |
Apache Cassandra |
Cosmos DB for Apache Gremlin |
Graph database supporting the Gremlin graph traversal language based on the Apache TinkerPop specification |
Cosmos DB for PostgreSQL... |