https://github.com/rockset/rockset-js
https://github.com/rockset/rockset-js
client javascript
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rockset/rockset-js
- Owner: rockset
- License: apache-2.0
- Created: 2020-05-12T19:06:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T20:37:29.000Z (over 2 years ago)
- Last Synced: 2025-10-24T03:44:01.977Z (8 months ago)
- Topics: client, javascript
- Language: JavaScript
- Homepage:
- Size: 7.03 MB
- Stars: 12
- Watchers: 36
- Forks: 7
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
rockset-js
============
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**

[](https://lerna.js.org/)
[](https://www.typescriptlang.org)
This repo is managed by [lerna](https://github.com/lerna/lerna) and [yarn workspaces](https://classic.yarnpkg.com/en/docs/workspaces/).
## Live Demo
You can view a live demo that covers all of these tools [here](https://www.youtube.com/watch?v=WhRueFicCUg).
## Packages
All Lerna packages are in [packages](./packages) directory. Each individual project has detailed documentation about its usage.
* [Rockset JS SDK](./packages/client)
* [Rockset CLI](./packages/cli)
* [Rockset VSCode Plugin](./packages/rscode)
* [Rockset Developer UI](./packages/dev-server)
## Contributing
To get started, please ensure that you are on Node.js 12.x.
```bash
# install dependencies
yarn
# Watch all files for changes
yarn start
# Build production versions
yarn run build
```
## Publishing
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.