I am newbie to dgraph and wanted to understand how can i load data into the dgraph without having schema in place ?
Dgraph is not schemaless, you can specify schema for your data. Although you can load data without having proper schema, in that case dgraph will try to assign some type to predicate.
Thanks Animesh , so in that case can please guide how to load a csv file into dgraph??
You can have a look at this: https://docs.dgraph.io/howto/#loading-csv-data
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.