Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-graph
82 commits behind the upstream repository.
Valentin Lorentz's avatar
vlorentz authored
The --locked option forces Cargo to use the lockfile declared by swh-graph,
which was carefully written to avoid conflicts between two Arrow versions
that are used as transitive dependencies through different packages.

When Cargo tries to update one, it ends up with incompatible versions,
causing a compilation failure.

Currently, this only happens when enabling the `orc` features (which
commands in the documentation do not enable), but similar issues could
appear in the future with the default versions.
93fd9239
History

Software Heritage - graph service

Tooling and services, collectively known as swh-graph, providing fast access to the graph representation of the Software Heritage archive. The service is in-memory, based on a compressed representation of the Software Heritage Merkle DAG.

Bibliography

In addition to accompanying technical documentation, swh-graph is also described in the following scientific paper. If you publish results based on swh-graph, please acknowledge it by citing the paper as follows:

Note

Paolo Boldi, Antoine Pietri, Sebastiano Vigna, Stefano Zacchiroli. Ultra-Large-Scale Repository Analysis via Graph Compression. In proceedings of SANER 2020: The 27th IEEE International Conference on Software Analysis, Evolution and Reengineering, pages 184-194. IEEE 2020.

Links: preprint, bibtex.