I have the DBLP xml file. I am new to neo4j. I want to plot a network graph from the DBLP data.
Asked
Active
Viewed 527 times
1 Answers
1
There is no canonical graph structure defined within the dblp.xml file, so you have to define and extract your network first before you can work with. Hence, I'd guess there is no direct way to import the dblp.xml to neo4j. I do normally process the dblp.xml using custom Java scripts to convert it to a GEXF, based on the topology I wish to study.
More info on the content of the dblp.xml can be found here: http://dblp.uni-trier.de/faq/What+do+I+find+in+dblp.xml.html

MRA
- 2,992
- 1
- 16
- 18