github.com/dgraph-io/dgraph@v1.2.8/wiki/content/get-started/index.md (about) 1 +++ 2 title = "Get Started with Dgraph" 3 +++ 4 5 {{% notice "note" %}}You can see an older version of the Getting Started page [here]({{< relref "get-started-old/index.md" >}}).{{% /notice %}} 6 7 ## Tutorials 8 9 **Welcome to Dgraph. Here are a series of tutorials for getting started :** 10 11 <section class="toc"> 12 <div class="container"> 13 <div class="row row-no-padding"> 14 <div class="col-12 col-sm-12"> 15 <div class="section-item"> 16 <div class="section-name"> 17 <a href="{{< relref "tutorial-1/index.md">}}"> 18 1 - Introduction 19 </a> 20 </div> 21 <p class="section-desc"> 22 Run dgraph and learn about nodes and edges, as well as basic queries and mutations. 23 </p> 24 </div> 25 </div> 26 <div class="col-12 col-sm-12"> 27 <div class="section-item"> 28 <div class="section-name"> 29 <a href="{{< relref "tutorial-2/index.md">}}"> 30 2 - Basic Operations 31 </a> 32 </div> 33 <p class="section-desc"> 34 Learn about UID operations, updating nodes, and traversals. 35 </p> 36 </div> 37 </div> 38 <div class="col-12 col-sm-12"> 39 <div class="section-item"> 40 <div class="section-name"> 41 <a href="{{< relref "tutorial-3/index.md">}}"> 42 3 - Basic Types and Operations on them 43 </a> 44 </div> 45 <p class="section-desc"> 46 Learn about data types, indexing, filtering, and reverse traversals. 47 </p> 48 </div> 49 </div> 50 <div class="col-12 col-sm-12"> 51 <div class="section-item"> 52 <div class="section-name"> 53 <a href="{{< relref "tutorial-4/index.md">}}"> 54 4 - Multi-Language Strings 55 </a> 56 </div> 57 <p class="section-desc"> 58 Learn about multi-language strings and operations on them using the language tags. 59 </p> 60 </div> 61 </div> 62 <div class="col-12 col-sm-12"> 63 <div class="section-item"> 64 <div class="section-name"> 65 <a href="{{< relref "tutorial-5/index.md">}}"> 66 5 - String Indices and Modeling Tweet Graph 67 </a> 68 </div> 69 <p class="section-desc"> 70 Learn about string indices, modeling tweet graph, and keyword-based searching. 71 </p> 72 </div> 73 </div> 74 <div class="col-12 col-sm-12"> 75 <div class="section-item"> 76 <div class="section-name"> 77 <a href="{{< relref "tutorial-6/index.md">}}"> 78 6 - Advanced Text Search on Social Graphs 79 </a> 80 </div> 81 <p class="section-desc"> 82 Learn about full-text search and regular expression search. 83 </p> 84 </div> 85 </div> 86 </div> 87 </div> 88 </section> 89 90 ## Where to go from here 91 92 - Go to [Clients]({{< relref "clients/index.md" >}}) to see how to communicate 93 with Dgraph from your application. 94 - Take the [Tour](https://tour.dgraph.io) for a guided tour of how to write queries in Dgraph. 95 - A wider range of queries can also be found in the [Query Language]({{< relref "query-language/index.md" >}}) reference. 96 - See [Deploy]({{< relref "deploy/index.md" >}}) if you wish to run Dgraph 97 in a cluster. 98 99 ## Need Help 100 101 * Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions, feature requests and discussions. 102 * Please use [Github Issues](https://github.com/dgraph-io/dgraph/issues) if you encounter bugs or have feature requests. 103 * You can also join our [Slack channel](http://slack.dgraph.io).