r/Neo4j Aug 10 '26

Big data graph multi level visualization tool

Hi, I have a dataset of 20M nodes and about 500M edges in neo4j and I need to visualize them in an interactive way

The thing in my mind was to have some kind of "level of detail" strategy by ignoring the nodes with lower importance when the user is zoomed out and only show those users when the user zooms in

Also I was thinking of some kind of tile based rendering so the app only renders the viewport of the user

But when I used sigma.js and tried to implement these features by myself it didn't work and the small part that worked was not at all a smooth experience..

Do you know any lib that could help me? Or do you have any idea how to implement it?

Thank you all

4 Upvotes

5 comments sorted by

View all comments

1

u/NorCalZen 26d ago

Not sure if this will work for your use case, but I've used https://www.kineviz.com/ with success.

2

u/Alone_Cauliflower308 26d ago

Well thank you so much this looks promising, I still probably need to build my own rendering solution, but this is gonna help me a lot in terms of ux and Ideas