Distributed joins are a cakewalk
Dgraph can run complex distributed queries involving filters, string matching, pagination, sorting and geolocations blazingly fast.
Play with 21M facts from Freebase Film Data loaded up on demo Dgraph instance, via GraphQL+- in real time.
- Powered by Dgraph
| Entities found | : | {{latency_data.entity_count}} |
| Server latency | : | {{ latency_data.total }} |
| Processing | : | {{latency_data.processing}} |
| JSON Conversion | : | {{latency_data.json}} |
json
tree
Why use Dgraph?
-
Low Latency, High Throughput
Storage layer of Dgraph is designed for efficient retrieval, it offers low enough latency to be serving real time user queries, over terabytes of structured data.
-
Distributed and Scalable
Easily scale to multiple machines, or datacenters. Dgraph's sharded storage and query processing were specifically designed to minimize the number of network calls.
-
Open Source
Written entirely in Go, Dgraph is available under open-source license.
Use Cases



Download Dgraph
Install Dgraph binaries quickly in a single step using this command if you are on Linux/Mac: curl https://get.dgraph.io | bash For other methods of installing Dgraph check out our documentation.


