Categorygithub.com/igm/dgraph
module
0.7.7
Repository: https://github.com/igm/dgraph.git
Documentation: pkg.go.dev

# README

Dgraph

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

logo Wiki Build Status Coverage Status Go Report Card 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 over GRPC.

Get Started

To get started with Dgraph, follow this 5-step tutorial.

Current Status

Dgraph is currently at version 0.7. It has 90% of the features planned for v1.0; and implements RAFT protocol for data replication, high availability and crash recovery. We recommend using it for internal projects at companies. If you plan to use Dgraph for user-facing production environment, come talk to us.

Users

Developers

Data Loading and Persistence

Dgraph data persistence

Performance

Loader performance

See performance page for more details.

Contact

# Packages

Package algo contains algorithms such as merging, intersecting sorted lists.
Package client provides helper function for interacting with the Dgraph server.
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.
Package protos is a generated protocol buffer package.
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
No description provided by the author
No description provided by the author
No description provided by the author
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.