
Dgraph
High-performance graph database
The Lens
Instead of joining tables in SQL, you traverse relationships directly, which is orders of magnitude faster when queries go several levels deep. Go, Apache 2.0. Uses GraphQL as its native query language (plus its own DQL). Distributed by default. Shards data automatically across nodes. ACID transactions across the cluster, which most graph databases don't offer.
Fully open source, self-hosted. Dgraph Cloud existed as a managed service but the company has had a rocky history: funding issues, leadership changes, license controversies (they briefly switched to a restrictive license then reverted to Apache 2.0). The cloud offering's current status should be verified before relying on it.
Self-hosting requires at minimum 3 nodes for high availability (Dgraph Zero for cluster coordination + Dgraph Alpha for data). Expect significant ops burden. This is distributed systems work.
The catch: the corporate instability is the real risk. License changes, layoffs, and stalled development have shaken community trust. If you need a graph database with a stable company behind it, Neo4j is the safer bet (though it's source-available, not truly open source).
Free vs Self-Hosted vs Paid
free self hosted paid cloud### Free Tier Fully open source under Apache 2.0. All features (distributed clustering, ACID transactions, GraphQL native) included in the self-hosted version.
### Self-Hosted Costs Minimum production: 3 nodes (1 Zero + 2 Alpha, or more for HA). On AWS: ~$200-600/mo depending on data volume. Ops burden is significant: distributed consensus, backup management, schema migrations.
### Paid (Dgraph Cloud) Managed offering exists but verify current status and pricing. The company has had operational disruptions. Previously offered free and paid tiers.
### When to Pay Consider managed only if it's actively maintained and priced competitively with self-hosting ops costs.
Self-host free under Apache 2.0. Verify Dgraph Cloud status before relying on managed service.
Similar Tools
About
- Stars
- 21,624
- Forks
- 1,585
Explore Further
More tools in the directory
Get tools like this delivered weekly
The Open Source Drop — the best new open source tools, analyzed. Free.


