Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
[![GitHub Repo stars](https://img.shields.io/github/stars/dgraph-io/dgraph)](https://github.com/dgraph-io/dgraph/stargazers)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/dgraph-io/dgraph)](https://github.com/dgraph-io/dgraph/commits/main/)
[![Go Report Card](https://goreportcard.com/badge/github.com/dgraph-io/dgraph)](https://goreportcard.com/report/github.com/dgraph-io/dgraph)
[![Docker Pulls](https://img.shields.io/docker/pulls/dgraph/dgraph)](https://hub.docker.com/r/dgraph/dgraph)

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 the ground up to
Expand All @@ -29,9 +30,7 @@ and [Protocol Buffers](https://developers.google.com/protocol-buffers/) over
## Status

Dgraph is at [version v25][rel] and is production-ready. Apart from the vast open source community,
it is being used in production at multiple Fortune 500 companies, and by
[Intuit Katlas](https://github.com/intuit/katlas) and
[VMware Purser](https://github.com/vmware/purser).
it is being used in production at multiple Fortune 500 companies.

[rel]: https://github.com/dgraph-io/dgraph/releases/tag/v25.0.0

Expand Down Expand Up @@ -84,6 +83,7 @@ the GOPATH environment variable is not set.
```bash
git clone https://github.com/dgraph-io/dgraph.git
cd dgraph
make setup
make install
```

Expand Down
4 changes: 2 additions & 2 deletions x/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jemalloc enabled : %v
GOMAXPROCS : %v
Num CPUs : %v
For Dgraph official documentation, visit https://dgraph.io/docs.
For discussions about Dgraph , visit https://discuss.dgraph.io.
For Dgraph official documentation, visit https://docs.dgraph.io
For discussions about Dgraph , visit https://github.com/orgs/dgraph-io/discussions
%s.
© Istari Digital, Inc.
Expand Down
Loading