0

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?

stephen mallette
  • 45,298
  • 5
  • 67
  • 135
  • 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 Answers1

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