14 releases (8 breaking)

0.9.4 Dec 17, 2025
0.9.3 Oct 21, 2025
0.9.0 Aug 26, 2025
0.8.0 Jul 31, 2025
0.3.1 Jul 19, 2024

#174 in Database interfaces

Download history 174/week @ 2025-09-25 94/week @ 2025-10-02 136/week @ 2025-10-16 47/week @ 2025-10-23 43/week @ 2025-11-06 34/week @ 2025-11-13 6/week @ 2025-11-20 56/week @ 2025-11-27 12/week @ 2025-12-04 46/week @ 2025-12-11 58/week @ 2025-12-18 21/week @ 2026-01-01 87/week @ 2026-01-08

189 downloads per month

MPL-2.0 license

195KB
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.17
  • 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–33MB
~443K SLoC