Published On: January 15th, 2023Categories: AI News

This quick start guide will walk you through the process of installing and using the ReductStore JavaScript client SDK to interact with a ReductStore instance.



Installing the SDK

To install the ReductStore SDK, you will need to have Node.js 16 or higher installed on your machine. Once Node.js is installed, you can use the npm package manager to install the reduct-js package:

npm install reduct-js
Enter fullscreen mode

Exit fullscreen mode



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
Enter fullscreen mode

Exit fullscreen mode

This will start a ReductStore instance listening on port 8383 of your local machine.



Using the SDK

Now that you have the reduct-js SDK installed and a…

Source link

[gs-fb-comments]

Leave A Comment