cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j parser : for vis.js representation

werner
Node Clone

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)

3 REPLIES 3

werner
Node Clone

Busy looking at APOC at the moment (graphML)

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..)

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:

Nodes 2022
Nodes
NODES 2022, Neo4j Online Education Summit

All the sessions of the conference are now available online