Dgraph Graph Database: How to Install and Use With Go?

Kanan Rahimov
4 min readApr 27, 2020
Pink academical Gopher :)

Hello coders! In this tutorial, I will cover the following topics:

  1. How to setup dgraph? This part will include two installation options:
    Option 1: Install dgraph using Docker
    Option 2: Install dgraph on Kubernetes cluster
  2. How to use dgraph Go client and write to a database?

--

--