I recently attended a NoSQL event and I introduced the Dgraph to the audience of the event. And many people were interested in Dgraph, but the more focused question was “Is there any way to import CSV into Dgraph?”.
I’ve tried (today) look for some tool in the Dgraph Codebase for this or CSV to RDF converters in the RDF standard used in Dgraph. And I have not found anything close to reasonable yet.
Searching in this forum and in the docs of the Dgraph also did not find anything specific.
I found this Data importers for Dgraph · Issue #120 · dgraph-io/dgraph · GitHub - But links are broken.
I found this with Google http://www.easyrdf.org/converter but I do not think it has the Dgraph oO N-quads standard
This seems most likely http://levelup.networkedplanet.com/instructions but I am in doubt as to the RDF format.
Anyway, if you can give a light, tips and if I’m going the right way. I appreciate it.
Cheers