NoSQL Multi-Model Databases

ArangoDB
Cosmos DB
MarkLogic
OrientDB

Azure Cosmos DB

Azure Cosmos DB data modeling

Data modeling of document collections

Azure Cosmos DB is Microsoft's globally distributed, multi-model NoSQL database to elastically and independently scale throughput and storage across any number of Azure's geographic regions.

Hackolade was specially adapted to support the data modeling of multiple document types within one single collection. Each Document Type is modeled as a separate entity, so its attributes can be defined separately. We support both SQL API (formerly known as DocumentDB API) MongoDB API, and Gremlin API. To be added soon: Table API and Cassandra API.

View sample documentation

Learn more

MarkLogic

MarkLogic data modeling

ACID multi-model NoSQL DB for the enterprise

MarkLogic is designed from the ground up to make massive quantities of heterogeneous data easily accessible through search. MarkLogic is a leading 'multi-model' database, supporting JSON documents and RDF triples, all with ACID transactions capabilities.

Hackolade was specially adapted to support the data modeling of NoSQL database MarkLogic, including the JSON definition of model descriptors, geospatial structures, triples and quads, and sub-collections. The application closely follows the terminology of the database.

View sample documentation

Learn more