The Official Home for all of Rockset's JS/TS Developer Tools
Note: The Rockset CLI and VSCode extension are currently in a beta release. Please report any bugs to Rockset Customer Support
This repo is managed by lerna and yarn workspaces.
You can view a live demo that covers all of these tools here.
All Lerna packages are in packages directory. Each individual project has detailed documentation about its usage.
To get started, please ensure that you are on Node.js 12.x.
# install dependencies
yarn
# Watch all files for changes
yarn start
# Build production versions
yarn run build
The publishing of all of the above projects is handled automatically through Github Actions. Simply run the following in the repository root, and then monitor the deployment in Github Actions.
./release
The only exception to the above is the VSCode plugin, which currently is manually deployed.