https://github.com/gadhagod/rockset-action
Upload documents to your Rockset collections on repository pushes.
https://github.com/gadhagod/rockset-action
actions marketplace rockset workflows
Last synced: 11 months ago
JSON representation
Upload documents to your Rockset collections on repository pushes.
- Host: GitHub
- URL: https://github.com/gadhagod/rockset-action
- Owner: gadhagod
- Created: 2021-01-20T04:35:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T03:20:38.000Z (about 5 years ago)
- Last Synced: 2025-07-12T03:49:00.913Z (12 months ago)
- Topics: actions, marketplace, rockset, workflows
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rockset GitHub Integration
Upload documents from a repo file or URL to your Rockset collections on repository pushes. When commits are made to a specific directory, the specific documents from the directory can be added to your collection automatically. \
[View on GitHub Marketplace](https://github.com/marketplace/add-rockset-docs)
## Secrets
You need to set three secrets for this workflow to run:
* `ROCKSET_TOKEN`: your API token retrieved from the Rockset console
## Parameters
* `DOCS_FILE`: the repository file with the documents to be added.
* `WORKSPACE`: workspace of the collection.
* `COLLECTION`: name of the collection.