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?

Hello @edwardheda and welcome to the Neo4j community :slight_smile:

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