9 releases (5 breaking)

new 0.6.1 May 7, 2025
0.6.0 Mar 18, 2025
0.5.0 Dec 14, 2024
0.4.0 Oct 22, 2024
0.1.0 Apr 3, 2024

#1132 in Database interfaces

Download history 1/week @ 2025-01-17 15/week @ 2025-01-31 12/week @ 2025-02-07 33/week @ 2025-02-14 7/week @ 2025-02-21 7/week @ 2025-02-28 20/week @ 2025-03-07 105/week @ 2025-03-14 30/week @ 2025-03-21 21/week @ 2025-03-28 19/week @ 2025-04-04 25/week @ 2025-04-11 15/week @ 2025-04-18 4/week @ 2025-04-25 106/week @ 2025-05-02

152 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 install reduct-cli

Or check pre-built binaries here

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

~16–28MB
~411K SLoC