STINGER is a scalable in-memory dynamic graph data structure and analysis package designed for streaming graphs. It can represent various vertex and edge types and perform analytics like connected components, community detection, and betweenness centrality as the graph streams in. STINGER is optimized for high performance on large shared memory systems and can handle graphs with billions of edges. It was developed by researchers at Georgia Tech to enable fast graph analysis that can keep pace with streaming data rates.
Related topics: