#lookup-tables #rocksdb #read-only #import #initial #github-repository

rocksdb-utils-lookup

Utilities for using RocksDB as read-only lookup table (after initial bulk import)

6 releases (breaking)

0.5.0 Apr 16, 2025
0.4.1 Jan 3, 2025
0.4.0 Feb 22, 2024
0.3.0 Sep 12, 2023
0.1.0 Jun 9, 2023

#4 in #initial

Download history 8/week @ 2025-10-30 20/week @ 2025-11-06 22/week @ 2025-11-13 42/week @ 2025-11-20 32/week @ 2025-11-27 8/week @ 2025-12-04 27/week @ 2025-12-11 26/week @ 2025-12-18 15/week @ 2025-12-25 23/week @ 2026-01-01 63/week @ 2026-01-08 20/week @ 2026-01-15 3/week @ 2026-01-22 31/week @ 2026-01-29 12/week @ 2026-02-05 25/week @ 2026-02-12

72 downloads per month
Used in 3 crates (2 directly)

Apache-2.0

150KB
229 lines

Crates.io Crates.io Crates.io CI codecov

Helpers for using RocksDB as Lookup Tables

This repository contains helper code that is useful when using RocksDB as a static lookup table (after initial creation).

Managing Project with Terraform

# export GITHUB_OWNER=bihealth
# export GITHUB_TOKEN=ghp_TOKEN

# cd utils/terraform
# terraform init
# terraform import github_repository.rocksdb-utils-lookup rocksdb-utils-lookup
# terraform validate
# terraform fmt
# terraform plan
# terraform apply

Dependencies

~34MB
~603K SLoC