MongoDB API

E828306

MongoDB API is a MongoDB-compatible interface that allows applications to interact with certain non-MongoDB databases (such as Azure Cosmos DB) using MongoDB drivers and query syntax.

All labels observed (2)

Label Occurrences
MongoDB API canonical 1
MongoDB APIs 1

How this entity was disambiguated

Statements (51)

Predicate Object
instanceOf MongoDB-compatible interface
database API
abstracts underlying database implementation details
allows reuse of MongoDB connection strings format (with provider-specific variations)
use of existing MongoDB client libraries
benefit application portability
familiar developer experience for MongoDB users
reduced migration effort
category NoSQL API
database compatibility layer
compatibleWith MongoDB CRUD operations
MongoDB aggregation pipeline (subset)
MongoDB collections
MongoDB documents
MongoDB indexes
enables MongoDB wire-protocol–compatible access
exposesConcept BSON-like data model
collections
databases
documents
mayDifferFromMongoDB feature coverage
indexing behavior
performance characteristics
transaction semantics
purpose allow applications written for MongoDB to work with other databases
reduce application code changes when switching backends
relatedTo MongoDB drivers
MongoDB query operators
MongoDB wire protocol
requires MongoDB-compatible driver
supportsDatabaseModel document database
supportsDriverCompatibility MongoDB drivers
supportsProgrammingLanguages C#
C++
Go
Java
Node.js
Python
supportsQueryLanguage MongoDB query language
supportsQuerySyntax MongoDB query syntax
typicalOperation create indexes
delete documents
find documents
insert documents
run aggregation queries
update documents
usedInContext NoSQL workloads
cloud databases
multi-model databases
usedWith Azure Cosmos DB
non-MongoDB databases

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

Azure Cosmos DB supportsAPI MongoDB API
Amazon DocumentDB compatibleWith MongoDB APIs
linked to: MongoDB API