I have data in my xml files. I need to save that data in datastax graph. but didn't find any link to import xml into dse graph. I have read about GraphML. can GraphML do this if yes please let me know how?
Asked
Active
Viewed 143 times
0

stephen mallette
- 45,298
- 5
- 67
- 135

Rajni Kant Sharma
- 104
- 3
- 13
-
The DataStax Graph Loader provides support for all kinds of sources including graphML https://docs.datastax.com/en/latest-dse/datastax_enterprise/graph/dgl/dglGRAPHML.html – phact Sep 30 '16 at 19:40
1 Answers
1
Yes GraphML should be able to do what you want. You would just need to make sure your input data lines up correctly. I would recommend looking into this link as it goes a bit more in depth.

mando222
- 543
- 3
- 6
- 16
-
but for creating nodes and edges i have to provide member_id and community_id. how i can provide these values? – Rajni Kant Sharma Oct 17 '16 at 06:12