You are looking at the docs for an older version of Dgraph (v21.03). The latest version is v23.1.
Ask a Question

Tutorials - Get Started with Dgraph series

Note This is a tutorial series on getting started with Dgraph. You can find a single page quickstart guide here.

Welcome to Dgraph. Here are a series of tutorials for getting started:

Run dgraph and learn about nodes and edges, as well as basic queries and mutations.

Learn about UID operations, updating nodes, and traversals.

Learn about data types, indexing, filtering, and reverse traversals.

Learn about multi-language strings and operations on them using the language tags.

Learn about string indices, modeling tweet graph, and keyword-based searching.

Learn about full-text search and regular expression search.

Learn about searching user names using fuzzy search on social graphs.

Easily build location-aware apps using native geolocation features

Where to go from here

  • Go to Clients to see how to communicate with Dgraph from your application.
  • Take the Tour for a guided tour of how to write queries in Dgraph.
  • A wider range of queries can also be found in the Query Language reference.
  • See Deploy if you wish to run Dgraph in a cluster.

Need Help

  • Please use discuss.dgraph.io for questions, feature requests, bugs, and discussions.