Skip to content

Upload documents to your Rockset collections on repository pushes.

Notifications You must be signed in to change notification settings

gadhagod/rockset-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

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.