Categorygithub.com/dmonay/dgraph
module
0.7.1
Repository: https://github.com/dmonay/dgraph.git
Documentation: pkg.go.dev

# README

Dgraph

Scalable, Distributed, Low Latency, High Throughput Graph Database.

logo Wiki Build Status Coverage Status Slack Status

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-like query syntax, and responds in JSON and Protocol Buffers.

Users

Developers

  • See a list of issues that we need help with.
  • Please see contributing to Dgraph for guidelines on contributions.
  • Alpha Program: If you want to contribute to Dgraph on a continuous basis and need some Bitcoins to pay for healthy food, talk to us.

Current Status

Please see releases tab to find the latest release and corresponding release notes. See the Roadmap for list of working and planned features.

Performance

Loader performance

See performance page for more details.

Contact

# Packages

Package algo contains algorithms such as merging, intersecting sorted lists.
No description provided by the author
No description provided by the author
No description provided by the author
Package gql is responsible for lexing and parsing a GraphQL query/mutation.
No description provided by the author
No description provided by the author
Package posting takes care of posting lists.
No description provided by the author
No description provided by the author
Package rdf package parses N-Quad statements based on http://www.w3.org/TR/n-quads/.
No description provided by the author
No description provided by the author
Package task is a generated protocol buffer package.
Package tok is a wrapper around ICU boundary iterating functions.
Package types is a generated protocol buffer package.
No description provided by the author
Package worker contains code for internal worker communication to perform queries and mutations.
Package x contains some very common utilities used by Dgraph.