Skip to main content

ReductStore Server

  • Docker
  • Linux
  • MacOs
  • Windows
  • Azure

Runs on amd64, arm64, and arm32 platforms.

docker run -p 8383:8383 -v ${PWD}/data:/data reduct/store:latest

Client SDKs

  • Python
  • Node.js
  • C++ (cmake)
  • Rust
pip install -U reduct-py

CLI Client

pip install -U reduct-cli
rcli --help

All the binaries and source code are available on the release page.