mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
- terraform scripts to set up cluster - cloud-formation scripts to set up cluster - set up ingest node with kafka server and datagen - set up second ingest node with molecula-consumer-kafka-static - set up datadog in all nodes (ingest + featurebase) - set up script to execute different queries - only run delete test on schedule |
||
|---|---|---|
| .. | ||
| README.md | ||
| runConsumer.sh | ||
| runDeleteTest.sh | ||
| runProducer.sh | ||
| runQueries.sh | ||
| schema.json | ||
| tremor_keys.yaml | ||
backup command
featurebase backup --index tremor -o tremor-backup --concurrency 64
data was tar in parallel with this command
time tar cfv - ./tremor-backup/ | pigz -1 -p 64 > tremor.tar.gz