How does Dgraph import files other than RDF files, such as json or CSV?

You can run a mutation to insert data from JSON format: https://docs.dgraph.io/mutations/#json-mutation-format

1 Like