Skip to main content

standard-assets

Teraslice standard processor asset bundle

Getting Started

This asset bundle requires a running Teraslice cluster. Documentation.

# Step 1: make sure you have teraslice-cli installed
yarn global add teraslice-cli

# Step 2:
# teraslice-cli assets deploy <cluster_alias> <asset-name[@version]>
# deploy latest standard-assets to localhost teraslice cluster
teraslice-cli assets deploy localhost terascope/standard-assets
# deploy a specific version to localhost teraslice cluster
teraslice-cli assets deploy localhost terascope/standard-assets@1.3.4
# build from source and deploy to localhost teraslice cluster
teraslice-cli assets deploy localhost --build

Documentation

https://terascope.github.io/standard-assets/

Operations

Entities

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT licensed.