arrow-graph 0.4.0

Arrow-native graph processing engine with SQL interface
Documentation
1
2
3
4
5
6
7
pub mod incremental;
pub mod algorithms;
pub mod detection;

pub use incremental::{IncrementalGraphProcessor, UpdateOperation, UpdateResult, IncrementalStats};
pub use algorithms::{StreamingAlgorithm, StreamingPageRank, StreamingConnectedComponents};
pub use detection::{GraphChangeDetector, AnomalyEvent, AnomalyType, GraphChange, ChangeType};