Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-27-2019 11:12 PM
Is there a direct method to import a dot graph to neo 4j using cypher? If not, which language would be best to work with Neo4j and dot graphs? I have already worked in C/C++ should I continue with it switch language?
08-28-2019 02:31 AM
Hi!
If you get the dot graph into json, perhaps you could use the APOC load json function? https://neo4j-contrib.github.io/neo4j-apoc-procedures/#load-json
You could call APOC via the C/C++ community drvier (https://neo4j.com/developer/c/).
Alternatively, you could use the community driver to custom create your nodes, using the elements from your dot graph.
04-27-2020 12:57 PM
I have the same question, is there an out of the box solution for getting Graphviz files (.dot) into Neo4j. Yes, I can write one, but that is not my first choice. If there was a prebuilt solution, I would be much happier !
06-03-2020 04:07 PM
I did one a while ago in 2016
All the sessions of the conference are now available online