poloclub / argo-graph-lite

Interactive Graph Visualization in Your Browser
https://poloclub.github.io/argo-graph-lite
MIT License
110 stars 31 forks source link

Integration with Neo4j #61

Open eljeffeg opened 3 years ago

eljeffeg commented 3 years ago

Wondering if you've done any integration with Neo4j. I'd be interested in replacing their graph with something faster.

polochau commented 3 years ago

Thanks for your interest in Argo Lite! We are always interested in exploring how Argo Lite can help with visualizing and exploring graph databases. Could you share more of what you have in mind about your use cases?

eljeffeg commented 3 years ago

We are looking for a graphing library to build off of, that specifically supports webgl like this for increased performance, as opposed to d3, cytoscape-js, and other solutions. If possible, we'd like to implement it at a level where we can control the data being visualized via requests being passed to a from a web server, connected to a previously populated neo4j backend database. Users will need to be able to do all of the typical functionality available in something like the Neo4j Browser, where they can double click nodes to expand neighbors, enter queries in a console, and so on, and then we'd like to include functionality like argo already provides, where visuals and properties are available on click, right click menus for specific functionality, etc.

polochau commented 3 years ago

Thank you for elaborating on your ideas! Argo lite currently doesn't support requests; I'm afraid it may not meet the needs of your use cases at this time.