-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with Neo4j #61
Comments
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? |
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. |
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. |
Wondering if you've done any integration with Neo4j. I'd be interested in replacing their graph with something faster.
The text was updated successfully, but these errors were encountered: