Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-20-2019 07:15 AM
Hey everyone,
I have a database setup on the neo4j browser and was hoping to export either a svg or png through some kind of method call. I've looked over the documentation but have been unsuccessful in finding something similar. If someone could point me in the right direction I would very much appreciate it.
Thanks
p.s. I'm a relatively new programmer so my terminology might be off
06-20-2019 09:32 AM
I have the same problem , the unique method to do is on Neo4j browser giving click on "Export" option, but i also need something to do the export from the backend of any language programming, i hope someone in Neo4j can consider this to add as a feature in future versions.
07-02-2019 02:14 PM
I wrote something that might help for this:
08-28-2019 09:06 AM
Hi @michael.hunger , thanks i', trying to get a visualization, i'm writting :
echo 'MATCH path = (a)-[:PUBLISHED_ON]->(reg:Regulation{alias:'CUB'}) RETURN path' | node render.js 123 prueba.svg neato
And i Get this Error
What i'm doing bad?
08-28-2019 09:11 AM
The query is Okay, i try it at neo4j browser.
08-28-2019 11:03 AM
I only tested it on OSX/Unix with a proper graphviz install.
(it calls out to the binary)
Feel free to check the code and adapt it to your windows install of graphviz.
Cheers, Michael
08-28-2019 12:20 PM
Thanks Michael i will adapt
All the sessions of the conference are now available online