#lookup-tables #rocks-db #table #terraform #import #read-only #static

rocksdb-utils-lookup

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

5 releases (3 breaking)

0.4.1 Jan 3, 2025
0.4.0 Feb 22, 2024
0.3.0 Sep 12, 2023
0.2.0 Jun 13, 2023
0.1.0 Jun 9, 2023

#1538 in Database interfaces

Download history 52/week @ 2024-09-25 154/week @ 2024-10-02 109/week @ 2024-10-09 77/week @ 2024-10-16 78/week @ 2024-10-23 91/week @ 2024-10-30 197/week @ 2024-11-06 169/week @ 2024-11-13 146/week @ 2024-11-20 55/week @ 2024-11-27 62/week @ 2024-12-04 88/week @ 2024-12-11 50/week @ 2024-12-18 23/week @ 2024-12-25 225/week @ 2025-01-01 54/week @ 2025-01-08

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

Apache-2.0

145KB
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

~27MB
~545K SLoC