The ReductStore CLI is a command line client for ReductStore, a time series database for blob data.
- Support for ReductStore API v1.14
- Easy management of buckets, tokens and replications
- Ability to check the status of a storage engine
- Aliases for storing server credentials
- Export and mirror data
cargo install reduct-cli
Or check pre-built binaries here
Check with our demo server:
reduct-cli alias add play -L https://play.reduct.store -t reductstore
reduct-cli server status play
reduct-cli bucket ls --full play
reduct-cli cp play/datasets ./datasets --limit 100
For more examples, see the Guides section in the ReductStore documentation.