Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-25-2021 12:23 AM
Hi, so if I have a .dot file generated by Graphviz, is it possible to import the file into neo4j for further use?
05-25-2021 11:20 AM
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
07-30-2022 04:20 AM
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
All the sessions of the conference are now available online