Administrator
you can initialize a new Dgraph cluster by doing an
Initial import and you can import data into a
running instance by performing a Live import.
Initial import is considerably faster than the live import but can only be
used to load data into a new cluster (without prior data) and is executed before
starting the Alpha nodes.
.csv
or .sql
files to
RDF N-Quad/Triple or JSON, you can use
Dgraph Live Loader or
Dgraph Bulk Loader to import your data.