Benchmark: NoSQL Checks
Thrifty NoSQL Benchmark
Thrifty developers archive NoSQL tables with stale data. This benchmark focuses on finding NoSQL tables where the data has not changed recently.
Variables
Variable | Description | Default |
---|---|---|
nosql_table_stale_data_max_days | The maximum number of days table data can be unchanged before it is considered stale. | 90 days |
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-oci-thrifty
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select NoSQL Checks.
Run this benchmark in your terminal:
powerpipe benchmark run oci_thrifty.benchmark.nosql
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run oci_thrifty.benchmark.nosql --share