Data migration
To load CSV-formatted data or SQL data into Dgraph, first convert the dataset into one of the accepted formats (RDF N-Quad/Triple or JSON) and then load the resulting dataset into Dgraph.
After you convert the .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.