p/dgraph-io
Scalable, Distributed, Low Latency, High Throughput Graph DB
Dmitry Yankowski
Dgraph — Fast, Transactional, Distributed Graph Database.
1

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.

Replies
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!