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 |
#1661 in Database interfaces
296 downloads per month
Used in 3 crates
(2 directly)
145KB
229 lines
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
~544K SLoC