#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

#988 in Database interfaces

Download history 34/week @ 2024-01-24 53/week @ 2024-01-31 117/week @ 2024-02-07 35/week @ 2024-02-14 325/week @ 2024-02-21 207/week @ 2024-02-28 77/week @ 2024-03-06 46/week @ 2024-03-13 69/week @ 2024-03-20 73/week @ 2024-03-27 44/week @ 2024-04-03 37/week @ 2024-04-10 22/week @ 2024-04-17 22/week @ 2024-04-24 23/week @ 2024-05-01 30/week @ 2024-05-08

100 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
~542K SLoC