8 releases (5 breaking)

new 0.6.0 Mar 18, 2025
0.5.0 Dec 14, 2024
0.4.0 Oct 22, 2024
0.3.1 Jul 19, 2024
0.1.0 Apr 3, 2024

#237 in Database interfaces

Download history 14/week @ 2024-11-30 17/week @ 2024-12-07 163/week @ 2024-12-14 3/week @ 2024-12-21 14/week @ 2025-01-04 12/week @ 2025-01-11 1/week @ 2025-01-18 20/week @ 2025-02-01 7/week @ 2025-02-08 33/week @ 2025-02-15 7/week @ 2025-02-22 16/week @ 2025-03-01 11/week @ 2025-03-08 100/week @ 2025-03-15

134 downloads per month

MPL-2.0 license

200KB
5K SLoC

ReductStore CLI

Crates.io(latest version) GitHub all releases GitHub Workflow Status

The ReductStore CLI is a command line client for ReductStore, a time series database for blob data.

Features

  • 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

Installing

Cargo

cargo install reduct-cli

Binary Linux

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

Binary MacOS

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

Binary Windows

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

Usage

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.

Dependencies

~15–27MB
~407K SLoC