Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-01-2019 02:32 AM
Good day,
I am aware of Neovis but this tool is too limited on the visualization front, I want to know if a parser exists of some kind that can output neo4j data in way that is can be converted to vis.js json format (I have coded this part already) Just the neo4j output I want to check (but the current json I can use will just take more time)
08-01-2019 02:34 AM
Busy looking at APOC at the moment (graphML)
11-21-2019 04:46 AM
Were you able to dig in further into this?
I have similar case where I am able to retrieve the data via JSON, but this loses all the string formatting it has. Should something be done to retain the character formatting (e.g. enter keys, tabs, bullets, special characters etc..)
12-04-2019 11:32 AM
If you have neo4j output in JSON format, you can import that into a JavaScript app using the jQuery $.getJSON method. You might then likely need to write JavaScript logic to transform that into the structure needed by vis.js.
https://api.jquery.com/jQuery.getJSON/
I saw an example of doing something like that ... which might be of interest to you at:
All the sessions of the conference are now available online