Hi i'm new to Neo4j and i want to use it for a project i have. I need to do some social network analysis and for that i need to build a graph on datastreams and in general work on streaming data.
So my question is neo4j good at handling data streams and if so can anyone point me out to some starting points for streaming graphs with neo4j?
Any help will be much appreciated.
Usually you would use data streams to enrich and build up your graph structures.
https://neo4j-contrib.github.io/neo4j-streams/
Then you can run SNA at any time using Neo4j Graph Algorithms