| Crates.io | swh-graph-grpc-server |
| lib.rs | swh-graph-grpc-server |
| version | 8.0.6 |
| created_at | 2024-09-10 16:23:29.096862+00 |
| updated_at | 2025-09-17 16:28:49.337436+00 |
| description | gRPC service to run the fast queries to the Software Heritage archive graph, using a compressed in-memory representation |
| homepage | |
| repository | https://gitlab.softwareheritage.org/swh/devel/swh-graph |
| max_upload_size | |
| id | 1370586 |
| size | 260,795 |
gRPC service to run fast queries to the Software Heritage archive graph, using a compressed in-memory representation
RUST_LOG to set the log level, eg. RUST_LOG=debug,h2=info. See the
tracing_subscriber::filter::EnvFilter
documentation for details.
SWH_SENTRY_DSN and SWH_SENTRY_ENVIRONMENT: Sentry configuration, see
Sentry Data Source Name and
Sentry Environment documentations for detail.
SWH_SENTRY_DISABLE_LOGGING_EVENTS: If set to true, does not send ERROR log statements as an
event to Sentry. Logs are sent as breadcrumbs regardless of this value.
STATSD_HOST and STATSD_PORT: default values if --statsd-host is not given. See
StatsD metrics
for the list of StatsD metrics exported by this service.