Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terascope/standard-assets
WIP: experimental standard asset library for Teraslice
https://github.com/terascope/standard-assets
Last synced: about 2 months ago
JSON representation
WIP: experimental standard asset library for Teraslice
- Host: GitHub
- URL: https://github.com/terascope/standard-assets
- Owner: terascope
- License: mit
- Created: 2019-04-09T21:12:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T22:09:16.000Z (2 months ago)
- Last Synced: 2024-11-07T23:20:25.206Z (2 months ago)
- Language: TypeScript
- Size: 8.38 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# standard-assets
> Teraslice standard processor asset bundle
## Getting Started
This asset bundle requires a running Teraslice cluster, you can find the documentation [here](https://github.com/terascope/teraslice/blob/master/README.md).
```bash
# Step 1: make sure you have teraslice-cli installed
yarn global add teraslice-cli# Step 2:
teraslice-cli assets deploy --build```
## Operations
* [accumulate](./docs/operations/accumulate.md)
* [accumulate_by_key](./docs/operations/accumulate_by_key.md)
* [window](./docs/operations/window.md)
* [data_window_to_array](./docs/operations/data_window_to_array.md)* [data_generator](./docs/operations/data_generator.md)
* [dedupe](./docs/operations/dedupe.md)
* [group_by](./docs/operations/group_by.md)
* [remove_key](./docs/operations/remove_key.md)
* [set_key](./docs/operations/set_key.md)
* [sort](./docs/operations/sort.md)* [date_router](./docs/operations/date_router.md)
* [hash_router](./docs/operations/hash_router.md)
* [field_router](./docs/operations/field_router.md)
* [key_router](./docs/operations/key_router.md)* [routed_sender](./docs/operations/routed_sender.md)
* [selection](./docs/operations/selection.md)
* [extraction](./docs/operations/extraction.md)
* [post_process](./docs/operations/post_process.md)
* [output](./docs/operations/output.md)* [match](./docs/operations/match.md)
* [transform](./docs/operations/transform.md)## Entities
* [data-window](./docs/entity/data-window.md)## 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](./LICENSE) licensed.