File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313[ ![ GitHub Repo stars] ( https://img.shields.io/github/stars/dgraph-io/dgraph )] ( https://github.com/dgraph-io/dgraph/stargazers )
1414[ ![ GitHub commit activity] ( https://img.shields.io/github/commit-activity/m/dgraph-io/dgraph )] ( https://github.com/dgraph-io/dgraph/commits/main/ )
1515[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/dgraph-io/dgraph )] ( https://goreportcard.com/report/github.com/dgraph-io/dgraph )
16+ [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/dgraph/dgraph )] ( https://hub.docker.com/r/dgraph/dgraph )
1617
1718Dgraph is a horizontally scalable and distributed GraphQL database with a graph backend. It provides
1819ACID transactions, consistent replication, and linearizable reads. It's built from the ground up to
@@ -29,9 +30,7 @@ and [Protocol Buffers](https://developers.google.com/protocol-buffers/) over
2930## Status
3031
3132Dgraph is at [ version v25] [ rel ] and is production-ready. Apart from the vast open source community,
32- it is being used in production at multiple Fortune 500 companies, and by
33- [ Intuit Katlas] ( https://github.com/intuit/katlas ) and
34- [ VMware Purser] ( https://github.com/vmware/purser ) .
33+ it is being used in production at multiple Fortune 500 companies.
3534
3635[ rel ] : https://github.com/dgraph-io/dgraph/releases/tag/v25.0.0
3736
@@ -84,6 +83,7 @@ the GOPATH environment variable is not set.
8483``` bash
8584git clone https://github.com/dgraph-io/dgraph.git
8685cd dgraph
86+ make setup
8787make install
8888```
8989
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ jemalloc enabled : %v
5353GOMAXPROCS : %v
5454Num CPUs : %v
5555
56- For Dgraph official documentation, visit https://dgraph.io/docs.
57- For discussions about Dgraph , visit https://discuss. dgraph.io.
56+ For Dgraph official documentation, visit https://docs. dgraph.io
57+ For discussions about Dgraph , visit https://github.com/orgs/ dgraph-io/discussions
5858
5959%s.
6060© Istari Digital, Inc.
You can’t perform that action at this time.
0 commit comments