-
Manish R Jain authoredUnverifiedde45086e
Dgraph
Scalable, Distributed, Low Latency, High Throughput Graph Database.
Dgraph's goal is to provide Google production level scale and throughput, with low enough latency to be serving real time user queries, over terabytes of structured data. Dgraph supports GraphQL as query language, and responds in JSON.
Note that we use the Github Issue Tracker for bug reports only. For feature requests or questions, visit https://discuss.dgraph.io.
We are using Git Flow branching model. So, please send out your pull requests against develop
branch.
The README is divided into these sections:
Current Status
Check out the demo at dgraph.io.
Upcoming - v0.4
Follow our Trello board for progress.
Got questions or issues? Talk to us via discuss.
May 2016 - Tag v0.3
This release contains more efficient binary protocol client and ability to query first:N
results.
Please see Release notes
and Trello board for more information.
Mar 2016 - Branch v0.2
This is the first truly distributed version of Dgraph.
Please see the release notes here.
MVP launch - Dec 2015 - Branch v0.1
This is a minimum viable product, alpha release of Dgraph. It's not meant for production use.
This version is not distributed and support for GraphQL is partial.
See the Roadmap for list of working and planned features.
Your feedback is welcome. Feel free to file an issue when you encounter bugs and to direct the development of Dgraph.
There's an instance of Dgraph running at http://dgraph.xyz, that you can query without installing Dgraph.
This instance contains 21M facts from Freebase Film Data.
See Queries and Mutations below for sample queries.
curl dgraph.xyz/query -XPOST -d '{}'