Download ReductStore

ReductStore supports Linux, macOs and Windows on AMD64 platform.

ReductStore

Binary

    wget https://github.com/reductstore/reductstore/releases/download/v1.6.2/reductstore.linux-amd64.tar.gz
    tar xfv reductstore.linux-amd64.tar.gz
    chmod +x reductstore
    RS_DATA_PATH=./data ./reductstore

Docker

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

Snap

    sudo snap install reductstore

Client SDKs

Python

    pip install -U reduct-py

Node.js

    npm i reduct-js

C++ (cmake)

    include(FetchContent)
    FetchContent_Declare(
            ReductCpp
            GIT_REPOSITORY https://github.com/reductstore/reduct-cpp.git
            GIT_TAG 
    )
    find_package(ReductCpp)

Rust

    cargo install reduct-rs

CLI Client

Pip Package

    pip install -U reduct-cli
    rcli --help

ReductStore

Binary

    wget https://github.com/reductstore/reductstore/releases/download/v1.6.2/reductstore.macos-amd64.tar.gz
    tar xfv reductstore.macos-amd64.tar.gz
    chmod +x reductstore
    RS_DATA_PATH=./data ./reductstore

Client SDKs

Python

    pip install -U reduct-py

Node.js

    npm i reduct-js

C++ (cmake)

    include(FetchContent)
    FetchContent_Declare(
            ReductCpp
            GIT_REPOSITORY https://github.com/reductstore/reduct-cpp.git
            GIT_TAG 
    )
    find_package(ReductCpp)

Rust

    cargo install reduct-rs

CLI Client

Pip Package

    pip install -U reduct-cli
    rcli --help

ReductStore

Binary

    Invoke-WebRequest -Uri  https://github.com/reductstore/reductstore/releases/download/v1.6.2/reductstore.win-amd64.zip -OutFile reductstore.zip
    Expand-Archive -LiteralPath reductstore.zip -DestinationPath .
    .\reductstore.exe

Client SDKs

Python

    pip install -U reduct-py

Node.js

    npm i reduct-js

C++ (cmake)

    include(FetchContent)
    FetchContent_Declare(
            ReductCpp
            GIT_REPOSITORY https://github.com/reductstore/reduct-cpp.git
            GIT_TAG 
    )
    find_package(ReductCpp)

Rust

    cargo install reduct-rs

CLI Client

Pip Package

    pip install -U reduct-cli
    rcli --help

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

About

ReductStore is a time series database designed specifically for storing and managing large amounts of blob data. It offers high performance for writing and real-time querying, making it suitable for edge computing, computer vision, and IoT applications. ReductStore is licensed under the Business Source License 1.1.

Imprint

ReductStore LLC
651 N BROAD ST STE 201
MIDDLETOWN, DE 19709
info@reduct.store