开发者

Interactive network graph for my website?

开发者 https://www.devze.com 2023-03-12 20:50 出处:网络
I have a neo4j DB in my backend and I would like to display a subset of the graph to the user in a aesthetically pleasing and interactive fashion on the front-end. I\'d like it to look quite compellin

I have a neo4j DB in my backend and I would like to display a subset of the graph to the user in a aesthetically pleasing and interactive fashion on the front-end. I'd like it to look quite compelling, close to how gephi does it, and so I need to choose the right techno开发者_如何学Pythonlogy for the job. Flash and Silverlight come to mind, but it's possible HTLM5 could be up to the job. Also Unity could be another option, but that might have a huge development cost.

Ideally I would like to use either an out of the box solution out there, or customize one that's been proven to work. The least ideal option is to implement it myself.

Would you guys be able to recommend an existing solution that would be a good match for my problem?


You could look at the implementation of the visualization that is integrated in the Neo4j Server. That uses D4 and javascript (actually coffeescript) to render the graph.

Sources are here: https://github.com/neo4j/community/tree/master/server

You can also use protoviz or other visualization tools for that.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号