Crates.io | reduct-cli |
lib.rs | reduct-cli |
version | 0.4.0 |
source | src |
created_at | 2024-04-03 09:54:56.604486 |
updated_at | 2024-10-22 12:29:59.422968 |
description | A CLI client for ReductStore written in Rust |
homepage | https://reduct.store |
repository | |
max_upload_size | |
id | 1194876 |
size | 275,597 |
The ReductStore CLI is a command line client for ReductStore, a time series database for blob data.
cargo install reduct-cli
wget https://github.com/reductstore/reduct-cli/releases/latest/download/reduct-cli.linux-amd64.tar.gz
tar -xvf reduct-cli.linux-amd64.tar.gz
chmod +x reduct-cli
sudo mv reduct-cli /usr/local/bin
wget https://github.com/reductstore/reduct-cli/releases/latest/download/reduct-cli.macos-amd64.tar.gz
tar -xvf reduct-cli.macos-amd64.tar.gz
chmod +x reduct-cli
sudo mv reduct-cli /usr/local/bin
Invoke-WebRequest -Uri https://github.com/reductstore/reduct-cli/releases/latest/download/reduct-cli.win-amd64.zip -OutFile reductstore.zip
Expand-Archive -LiteralPath reductstore.zip -DestinationPath .
.\reductstore.exe
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.