Neo4j labs Graph by neo4j-labs
A library for high-performant graph algorithms.
About Neo4j labs Graph
From the project's README at github.com/neo4j-labs/graph. Lightly cleaned for readability; for the full source see the upstream repo.
[GitHub Actions workflow status]: https://img.shields.io/github/actions/workflow/status/neo4j-labs/graph/rust.yml?branch=main&label=CI&style=flat-square [actions]: https://github.com/neo4j-labs/graph/actions/workflows/rust.yml?query=branch%3Amain [Latest version on crates.io]: https://img.shields.io/crates/v/graph?style=flat-square [crates.io]: https://crates.io/crates/graph/ [Latest version on PyPI]: https://img.shields.io/pypi/v/graph-mate?style=flat-square [pypi.org]: https://pypi.org/project/graph-mate/ [License: MIT]: https://img.shields.io/crates/l/graph?style=flat-square [license]: https://choosealicense.com/licenses/mit/
A library that provides a collection of high-performant graph algorithms. This crate builds on top of the graph_builder crate, which can be used as a building block for custom graph algorithms.
provides implementations for directed and undirected graphs. Graphs can be created programatically or read from custom input formats in a type-safe way. The library uses rayon to parallelize all steps during graph creation. The implementation uses a Compressed-Sparse-Row (CSR) data structure which is tailored for fast and concurrent access to the graph topology.
Health score breakdown
6-dimension composite. See methodology for formula and weights.
Adoption signals
Real-world usage data, pulled from each registry. The bigger the numbers, the more battle-tested the project.
| Signal | Value | Source |
|---|---|---|
| GitHub stars | 437 | github.com/neo4j-labs/graph |
| GitHub forks | 34 | github.com/neo4j-labs/graph |
| CRATES downloads (last month) | 7.1k | graph |
Release & maintenance
Is this project actively maintained, or about to die? Check the recency of last commit and last release.
| Project age | 4.9 years | since Jun 2021 |
| Last commit | 30 days ago | Apr 7, 2026 |
| Releases shipped | 3 | last: 1.4 years ago |
Self-hosting cost across providers
Detected requirements: 4GB RAM, 40GB disk minimum. Cheapest plan per provider that meets the requirement.
| Provider | Plan | Specs | Monthly | |
|---|---|---|---|---|
| hetzner | CAX11 | 2c · 4GB · 40GB | $4.13 USD | Deploy → |
| vultr | VC2 | 1c · 1GB · 25GB | $5 USD | Deploy → |
| linode | Nanode 1GB | 1c · 1GB · 25GB | $5.12 USD | Deploy → |
| digitalocean | Basic Regular 1GB | 1c · 1GB · 25GB | $6 USD | Deploy → |
What people say on Hacker News
Ready to self-host Neo4j labs Graph?
Spin up a hetzner CAX11 (4GB RAM, 40GB disk) for $4.13/mo and follow the project's official install docs.
Data last refreshed May 7, 2026.
Similar open-source projects
Projects in our directory that replace the same SaaS or share topics with Neo4j labs Graph.