This quick start guide will walk you through the process of installing and using the ReductStore Python client SDK to
interact with a ReductStore instance.
Installing the SDK
To install the ReductStore SDK, you will need to have Python 3.7 or higher installed on your machine. Once Python is
installed, you can use the pip
package manager to install the reduct-py
package:
pip install reduct-py
Running ReductStore as a Docker Container
If you don’t already have a ReductStore instance running, you can easily spin one up as a Docker container. To do so,
run the following command:
docker run -p 8383:8383 reductstore/reductstore
This will start a ReductStore instance listening on port 8383 of your local machine.
Using the SDK
Now that you have the reduct-py
SDK installed and a ReductStore…
[gs-fb-comments]