FLASK & NEO4J INTEGRATION

29 views
Skip to first unread message

Umair Hanif

unread,
Mar 19, 2017, 6:08:02 PM3/19/17
to Neo4j
Hello Everyone! I hope you guys are best with your health and research work. I am stuck in a serious problem, I want to show all my NEO4J graphs & its results to Web through Python Web framework i.e. FLASK. Is there any easy and convenient way that can help me? I've googled too, but can't find proper link that supports my problem. 

P.S. I'd made graph of 6694 nodes and thousands of edges between them at NEO4J. This is Tweets graph. 


Please help me out. Thanks in Advance !

Michael Hunger

unread,
Mar 19, 2017, 6:14:50 PM3/19/17
to ne...@googlegroups.com
It's rather a shortcoming of current javascript frameworks to render large graphs.

You should check out vivagraph for graphs of that size.

Cheers, Michael

--
You received this message because you are subscribed to the Google Groups "Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Zhixuan Wang

unread,
Apr 3, 2017, 9:46:10 PM4/3/17
to Neo4j
What i did is use selenium to start up a chrome connecting to the browser interface of neo4j. Then control the web interface by the flask-implementrd server.

However in your case there are probably too many nodes for the neo4j interface to handle. So in my opinion, your problem is more about "how to draw a graph with thousands of nodes and edge", rather than how to connect neo4j and flask. Unfortunately i donnot have an answer to the former neither.

Reply all
Reply to author
Forward
0 new messages