Dmitry Yankowski

Dgraph - Fast, Transactional, Distributed Graph Database.

by

Dgraph is a horizontally scalable and distributed graph database, providing ACID transactions, consistent replication and linearizable reads. Being a native graph database, it tightly controls how the data is arranged on disk to optimize for query performance and throughput, reducing disk seeks and network calls in a cluster.

Add a comment

Replies

Best
Dmitry Yankowski
I was looking around for some alternatives to Neo4J and ArangoDB, and discovered this amazing graph database which is 100% written in Go. It's currently #1 trending on Github for the Go language!