The Second Edition of Practical Gremlin: An Apache TinkerPop Tutorial is officially published!
The Second Edition of Practical Gremlin: An Apache TinkerPop Tutorial is officially published!
Graphina is a graph data science library for Rust. It provides common data structures and graph algorithms for analyzing real-world networks, such as social, transportation, and biological networks. It also helps power Onager – graph analytics on DuckDB – which we featured last week.
Compared to other Rust graph libraries, Graphina aims to provide a more high-level API and a wide range of ready-to-use algorithms for network analysis and graph mining tasks. Graphina aims to be as feature-rich as NetworkX but with the speed and performance benefits of Rust. And if you’re a Pythonista, the PyGraphina Python library allows users to use Graphina in Python.