Dgraph

Dgraph is a distributed, native graph database written in Go. Released as open-source in 2017, it stores graphs in a Pregel-style sharded layout with each predicate (edge type) potentially on a different node. Dgraph speaks GraphQL as its primary query language — a deliberate choice to give frontend engineers the same query syntax used in their REST replacement layer — and a more powerful internal language called DQL (Dgraph Query Language).

Key Features:

Dgraph vs. Neo4j vs. JanusGraph:

Use Cases: