kuzudb / kuzu

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
https://kuzudb.com/
MIT License
1.3k stars 93 forks source link

Release v0.0.5 Roadmap #1637

Closed andyfengHKU closed 1 year ago

andyfengHKU commented 1 year ago
prrao87 commented 1 year ago

I have a question around how graph visualization will be incorporated into the roadmap, and how it is focused on developer experience — for Kùzu truly to be the DuckDB of graphs, the ability to iterate, experiment and test out ideas quickly is key, and this is deeply linked with the question of how one can get visual feedback on what their graph contains once the data is ingested. No need for a lot of flexibility and customization on the visualization -- just a simple web server spun up that answers/visualizes the user's query should suffice. I hope this will be considered for future releases!

prrao87 commented 1 year ago

kglab used PyVis, a Python wrapper around Vis.js to perform basic graph visualization -- something like this would be very useful to gain new users in Kùzu, imo.

th5 commented 1 year ago

Visualization is our highest priority missing feature. Amazon's Neptune Graph Explorer might be a good drop-in solution. https://github.com/aws/graph-explorer

@prrao87 Thanks for the recommendation on kglab and PyVis. We've been looking for a graph visualization solution for our internal tech stack. Ideally something like this would come with our graph db.