-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node and edge lists in TSV format #89
Comments
@LucaCappelletti94 and I were able to do this conversion. Is it ok if we make it available on archive.org? |
@zommiommy could you please provide instructions on how you performed the conversion? Or if you've made tsv files available somewhere, could you please provide the links? |
Hi! The tsv we made I think is outdated now. We exported everything to csv using this api: https://neo4j.com/labs/apoc/4.3/export/csv/ if you have an already running neo4j instance it should be easy, otherwise I can quickly writeup how we setted it up using docker! |
Great, many thanks for your quick response! I'll try it out and come back here if I have any questions. Thanks again! |
Hello, @zommiommy I am trying to load the dump in neo4j, but I am unsuccessful in doing so. Could you please guide me how to load the dump into Neo4J and then convert it into a triplet CSV. And if you have already done so, could you link the CSV, even if it's old, it would offer good insight of the data. |
Hi, I would also be interested in a dump in csv/tsv format, or a neo4j dump for neo4j 5.x |
Currently, this graph is only available as a Neo4J dump, which makes it inaccessible to neo4j newbs like me.
Could it be available also as two TSVs, one with the node list and their attributes and one with the edge list and the attributes of the edges?
I tried to convert the Neo4J dump myself, but due to my inexperience, I was unable even to load the dump into neo4j.
Once the TSVs are available, I'd love to run several different analyses on this graph.
Thanks!
The text was updated successfully, but these errors were encountered: