Dgraph Logo
Star Dgraph.io
  1. Dgraph Blog
  2. DevRel  (11)
  • Wed, Dec 11, 2019 by Karthic Rao

    Getting started with Dgraph tutorials series - 6: Advanced text search on social graphs

    Welcome to the sixth episode of getting started with Dgraph. In the previous episode, we learned about building social graphs in Dgraph, by modeling tweets as an example. We queried the tweets using the hash and exact indices, and implemented a keyword-based search to find your favorite tweets using the term index and its functions. In this tutorial, we’ll continue from where we left off and learn about advanced text search features in Dgraph.
    tutorial DevRel
  • Tue, Dec 10, 2019 by Karthic Rao

    The GraphQL Summit story

    We took part in the recently held GraphQL Summit in San Francisco. The conference was exciting, and it had a great line up of talks. As expected, the enthusiasm in the GraphQL community was unmatchable. We took part as one of the platinum sponsors of the event, and we also unveiled the new GraphQL API for Dgraph. Read along as we share our experience at the event as it unfolded.
    graphql DevRel
  • Tue, Nov 26, 2019 by Karthic Rao

    Getting started with Dgraph tutorials series - 5: Tweet graph, string indices, and keyword-based searching

    Welcome to the fifth episode of getting started with Dgraph. In the previous episode, we learned about using multi-language strings and operations on them using language tags. In this episode, we’ll model tweets in Dgraph and, using it, we’ll learn more about string indices in Dgraph. We’ll specifically learn about: Modeling tweets in Dgraph. Using String indices in Dgraph Querying twitter users using the hash index. Comparing strings using the exact index.
    tutorial DevRel
  • Mon, Nov 18, 2019 by Karthic Rao

    Releasing BadgerDB v2.0

    Dgraph is an open-source, transactional, distributed, native Graph database. Dgraph is optimized for high-performance reads and writes. It can serve queries and mutations with low latency and high throughput, even when they involve deep joins and traversals. Much of Dgraph’s advanced performance capabilities come from Badger. Badger is the embedded key-value store that is responsible for storing all of Dgraph’s data. Badger itself is not distributed, Dgraph implements a layer on top of it to provide the distributed capabilities.
    Badger DevRel
  • Tue, Nov 12, 2019 by Karthic Rao

    Getting started with Dgraph tutorials series - 4: Multi-language strings

    Welcome to the fourth episode of getting started with Dgraph. In the previous episode, we learned about Datatypes, Indexing, Filtering, and Reverse traversals in Dgraph. In this episode, we’ll learn about using multi-language strings and operations on them using the language tags. Strings and languages Strings values in Dgraph are of UTF-8 format. Dgraph also supports values for string predicate types in multiple languages. The multi-lingual capability is particularly useful to build features, which requires you to store the same information in multiple languages.
    tutorial DevRel
  • Wed, Oct 30, 2019 by Karthic Rao

    Dgraph tutorials series - 3: Datatypes, Indexing, Filtering, and Reverse traversals.

    Welcome to the third episode of getting started with Dgraph. In the previous episode of the tutorial, we learned about the CRUD operations using UIDs. We also learned about traversals and recursive traversals. In this tutorial, we’ll learn about Dgraph’s basic types and how to query for them. Specifically, we’ll learn about: Basic data types in Dgraph. Querying for predicate values. Indexing. Filtering nodes. Traversing in reverse direction. Let’s start by building the following graph of a simple blog application.
    tutorial DevRel
  • Tue, Oct 15, 2019 by Karthic Rao

    Dgraph tutorials series - 2: UID operations, updating nodes, and traversals

    Welcome to the second episode of getting started with Dgraph. In the last episode of the tutorial, we learned some of the basics of Dgraph. Including how to run the database, add new nodes and predicates, and query them back. In this episode, we’ll build the above Graph and learn more about operations using the UID (Universal Identifier) of the nodes. Specifically, we’ll learn about: Querying and updating nodes, deleting predicates using their UIDs.
    tutorial DevRel
  • Tue, Oct 1, 2019 by Karthic Rao

    Dgraph tutorials series - 1: Getting started

    Welcome to getting started with Dgraph. Dgraph is an open-source, transactional, distributed, native Graph Database. Here is the first episode of the tutorial series on using Dgraph. In this tutorial, we’ll learn how to build the following graph on Dgraph, In the process, we’ll learn about: Running Dgraph using the dgraph/standalone docker image. Running the following basic operations using Dgraph’s UI Ratel, Creating a node. Creating an edge between two nodes.
    tutorial DevRel
<Prev Page 1 2 Next Page>
Company Logo
Company
  • About
  • Careers
  • Contact
  • Download
Community
  • Blog
  • Documentation
  • GitHub
  • Discuss
  • Slack
Connect
  • Twitter
  • Angel List
Copyright (c) 2017, Dgraph Labs, Inc. All rights reserved.
Do you like our blog?
Star us on GitHub
We Love You!