#rocksdb #table #terraform #import #vcf #validation

rocksdb-utils-lookup

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

6 releases (breaking)

new 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

#1955 in Database interfaces

Download history 30/week @ 2024-12-27 228/week @ 2025-01-03 51/week @ 2025-01-10 52/week @ 2025-01-17 62/week @ 2025-01-24 72/week @ 2025-01-31 67/week @ 2025-02-07 139/week @ 2025-02-14 123/week @ 2025-02-21 63/week @ 2025-02-28 65/week @ 2025-03-07 89/week @ 2025-03-14 71/week @ 2025-03-21 78/week @ 2025-03-28 85/week @ 2025-04-04 252/week @ 2025-04-11

488 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

~28MB
~565K SLoC