Docker image for Dgraph (https://github.com/dgraph-io/dgraph), graph database.
10M+
The Only Native GraphQL Database With A Graph Backend.
Dgraph is a horizontally scalable and distributed GraphQL database with a graph backend. It provides ACID transactions, consistent replication and linearizable reads. It's built from ground up to perform for a rich set of queries. Being a native GraphQL database, it tightly controls how the data is arranged on disk to optimize for query performance and throughput, reducing disk seeks and network calls in a cluster.
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 query syntax, and responds in JSON and Protocol Buffers over GRPC and HTTP.
If you're using Docker, you can use the official Dgraph image.
docker pull dgraph/dgraph:latest
If you want to install from source, install Go 1.22+ or later and the following dependencies:
Ubuntu:
sudo apt-get update
sudo apt-get install gcc make
Then clone the Dgraph repository and use make install to install the Dgraph binary to $GOPATH/bin.
git clone https://github.com/dgraph-io/dgraph.git
cd ./dgraph
make install
To get started with Dgraph, follow:
If the answers to the above are YES, then Dgraph would be a great fit for your application. Dgraph provides NoSQL like scalability while providing SQL like transactions and ability to select, filter and aggregate data points. It combines that with distributed joins, traversals and graph operations, which makes it easy to build applications with it.
The Dgraph team maintain a number of officially supported client libraries. There are also libraries contributed by the community unofficial client libraries.
Content type
Image
Digest
sha256:edd02791a…
Size
74.1 MB
Last updated
1 day ago
Requires Docker Desktop 4.37.1 or later.