Greetings from sunny California

Hello,

I have an existing project that involves Twitter content and Elasticsearch. Last week I started playing with Neo4j/py2neo, and now I've got some proper graph data, instead of massaging output into CSV and then bringing it into Gephi.

I could use some pointers on the following:

What is there other than Bloom that will connect to Neo4j and provide an analysis/layout environment similar to Gephi?

I would like to show some of my graph database content in an iframe, most likely it'll be Wordpress. Elasticsearch will just give me a snippet of iframe code to do the job, Neo4j seems to want some actual JavaScript on the site in order to do the communications. Can someone point out resources that work in that environment?

1 Like

Hi @nealr,
here are few alternatives, that i may be some lead for you ....

  1. Keylines -> JavaScript graph visualization: the KeyLines toolkit
  2. Linkurious -> https://linkurio.us/
  3. Graphileon -> https://graphileon.com/
  4. Popoto.js -> http://www.popotojs.com/
  5. d3.js
  6. Cytoscape -> https://cytoscape.org/
  7. VivaGraphJS -> GitHub - anvaka/VivaGraphJS: Graph drawing library for JavaScript
1 Like

Graphileon is an absolute gem - thanks for the tip ;-)

1 Like