See DB-Engines Ranking of Graph DBMS, https://db-engines.com/en/ranking/graph+dbms

JanusGraph

Posted on: Thu, 12/05/2019 - 14:42 By: valentina.janev

JanusGraph is a scalable graph database optimized for storing and querying graphs containing hundreds of billions of vertices and edges distributed across a multi-machine cluster. It is a project under The Linux Foundation, and includes participants from Expero, Google, GRAKN.AI, Hortonworks, IBM and Amazon.

 

More info https://janusgraph.org/

OrientDB

Posted on: Thu, 12/05/2019 - 14:32 By: valentina.janev

OrientDB is an open source NoSQL database management system written in Java. It is a Multi-model database, supporting graph, document, key/value, and object models, but the relationships are managed as in graph databases with direct connections between records.

 

More info https://orientdb.com/

Microsoft Azzure Cosmos DB

Posted on: Thu, 12/05/2019 - 14:29 By: valentina.janev

Azure Cosmos DB is Microsoft’s proprietary globally-distributed, multi-model database service "for managing data at planet-scale" launched in May 2017. It is schema-agnostic, horizontally scalable and generally classified as a NoSQL database.

More info https://azure.microsoft.com/en-us/free/cosmos-db/

Apache Hbase

Posted on: Wed, 12/04/2019 - 17:02 By: valentina.janev

This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware. Apache HBase is an open-source, distributed, versioned, non-relational database modeled after Google's Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, Apache HBase provides Bigtable-like capabilities on top of Hadoop and HDFS.

 

Apache Cassandra

Posted on: Wed, 12/04/2019 - 17:01 By: valentina.janev

Apache Cassandra is an open-source, NoSQL, wide column data store that can quickly ingest and process massive amounts of data. It’s also decentralizeddistributedscalablehighly availablefault-tolerant, and tunably consistent, with identical nodes clustered together to eliminate single points of failure and bottlenecks (we’ll go over each of those terms later). You can deploy Cassandra on-premise, in the cloud, or in a hybrid data environment.

 

More info http://cassandra.apache.org/

MongoDB

Posted on: Wed, 12/04/2019 - 17:00 By: valentina.janev

MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era.

More info https://www.mongodb.com/

 

Subscribe to NoSQL/ Graph databases