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

rocksdb-utils-lookup

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

4 releases (breaking)

0.4.0 Feb 22, 2024
0.3.0 Sep 12, 2023
0.2.0 Jun 13, 2023
0.1.0 Jun 9, 2023

#815 in Database interfaces

Download history 51/week @ 2023-12-24 32/week @ 2023-12-31 39/week @ 2024-01-07 28/week @ 2024-01-14 100/week @ 2024-01-21 45/week @ 2024-01-28 108/week @ 2024-02-04 37/week @ 2024-02-11 197/week @ 2024-02-18 211/week @ 2024-02-25 201/week @ 2024-03-03 45/week @ 2024-03-10 42/week @ 2024-03-17 94/week @ 2024-03-24 57/week @ 2024-03-31 18/week @ 2024-04-07

214 downloads per month
Used in 4 crates (3 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
~543K SLoC