---
title: "Deploy Dgraph"
description: "The high-performance database for modern applications"
category: "Storage"
url: https://railway.com/deploy/GsNlbj
---

# Deploy Dgraph

The high-performance database for modern applications

**[Deploy Dgraph on Railway](https://railway.com/template/GsNlbj)**

Machine-readable deploy manifest (JSON, validated by TemplateCI): https://railway.com/deploy/GsNlbj/manifest.json

- **Creator:** Brody's Projects
- **Category:** Storage
- **Total deploys:** 14

## Template content

### Alpha + Zero https://devicons.railway.app/i/dgraph.svg

- **Source:** railwayapp-templates/dgraph_alpha_zero
- **Health check:** /health
- **Public domain:** Yes

### Ratel https://raw.githubusercontent.com/dgraph-io/ratel/refs/heads/master/client/public/favicon-32x32.png

- **Image:** dgraph/ratel:latest
- **Health check:** /
- **Public domain:** Yes

## Documentation

<picture>
      <source srcset="https://github.com/dgraph-io/dgraph/raw/main/logo-dark.png" media="(prefers-color-scheme: dark)">
      <source srcset="https://github.com/dgraph-io/dgraph/raw/main/logo.png" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)">
      <img alt="Dgraph Logo" src="https://github.com/dgraph-io/dgraph/raw/main/logo-dark.png">
</picture>

**The Only Native GraphQL Database With A Graph Backend.**

**Note:** The default ACL userId is `groot` and the password is `password` -- please log in and change the password immediately.

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 perform 
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 serve real-time user queries over terabytes of structured data.
Dgraph supports [GraphQL query syntax](https://dgraph.io/docs/main/query-language/), and responds in [JSON](http://www.json.org/) and [Protocol Buffers](https://developers.google.com/protocol-buffers/) over [GRPC](http://www.grpc.io/) and HTTP. Dgraph is written using the Go Programming Language.

## Get Started
**To get started with Dgraph, follow:**

- Installation to queries in 3 steps via [dgraph.io/docs/](https://dgraph.io/docs/get-started/).
- A longer interactive tutorial via [dgraph.io/tour/](https://dgraph.io/tour/).
- Tutorial and
presentation videos on [YouTube channel](https://www.youtube.com/channel/UCghE41LR8nkKFlR3IFTRO4w/featured).

## Client Libraries
The Dgraph team maintains several [officially supported client libraries](https://dgraph.io/docs/clients/). There are also libraries contributed by the community [unofficial client libraries](https://dgraph.io/docs/clients#unofficial-dgraph-clients).

## Similar templates

- [Garage S3 Storage](https://railway.com/deploy/garage-s3-storage) — Ultra-light S3 server: fast, open-source, plug-and-play.
- [Redis](https://railway.com/deploy/redis-1) — Self Host Latest Redis with Railway
- [Plik File Sharing](https://railway.com/deploy/plik-file-sharing) — Expiring file sharing with authenticated uploads and persistent metadata.

Open this page in a browser: https://railway.com/deploy/GsNlbj
