ReductStore supports Linux, macOs and Windows on AMD64 platform.
wget https://github.com/reductstore/reductstore/releases/download/v1.3.2/reductstore.linux-amd64.tar.gz
tar xfv reductstore.linux-amd64.tar.gz
RS_DATA_PATH=./data ./reductstore
docker run -p 8383:8383 -v ${PWD}/data:/data reduct/store:latest
sudo snap install reductstore
pip install -U reduct-py
npm i reduct-js
include(FetchContent)
FetchContent_Declare(
ReductCpp
GIT_REPOSITORY https://github.com/reductstore/reduct-cpp.git
GIT_TAG
)
find_package(ReductCpp)
pip install -U reduct-cli
rcli --help
wget https://github.com/reductstore/reductstore/releases/download/v1.3.2/reductstore.macos-amd64.tar.gz
tar xfv reductstore.macos-amd64.tar.gz
RS_DATA_PATH=./data ./reductstore
pip install -U reduct-py
npm i reduct-js
include(FetchContent)
FetchContent_Declare(
ReductCpp
GIT_REPOSITORY https://github.com/reductstore/reduct-cpp.git
GIT_TAG
)
find_package(ReductCpp)
pip install -U reduct-cli
rcli --help
Invoke-WebRequest -Uri https://github.com/reductstore/reductstore/releases/download/v1.3.2/reductstore.win-amd64.zip -OutFile reductstore.zip
Expand-Archive -LiteralPath reductstore.zip -DestinationPath .
.\reductstore.exe
pip install -U reduct-py
npm i reduct-js
include(FetchContent)
FetchContent_Declare(
ReductCpp
GIT_REPOSITORY https://github.com/reductstore/reduct-cpp.git
GIT_TAG
)
find_package(ReductCpp)
pip install -U reduct-cli
rcli --help
All the binaries and source code are available on the release page