cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

How to import a .dot (graphviz) file into Neo4j?

Hi, so if I have a .dot file generated by Graphviz, is it possible to import the file into neo4j for further use?

2 REPLIES 2

Hello @edwardheda and welcome to the Neo4j community

Do you want to store the file into the database? If yes, that's not possible. Instead, I advice you to store the path to the file.

Regards,
Cobra

not really but you could handle this task with multiple ways:
1. https://github.com/jexp/dot2cypher
2. Read the file with networkX (or any other ".dot" parser) and then transform it to neo4j format or write data like: https://neonx.readthedocs.io/en/latest/usage.html