https://github.com/raystack/transformers
This repository is home to the Optimus data transformation plugins for various data processing needs.
https://github.com/raystack/transformers
optimus plugins
Last synced: 6 months ago
JSON representation
This repository is home to the Optimus data transformation plugins for various data processing needs.
- Host: GitHub
- URL: https://github.com/raystack/transformers
- Owner: raystack
- License: apache-2.0
- Created: 2021-06-11T04:20:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T07:52:59.000Z (over 2 years ago)
- Last Synced: 2024-06-21T05:58:18.529Z (over 1 year ago)
- Topics: optimus, plugins
- Language: Python
- Homepage:
- Size: 292 KB
- Stars: 35
- Watchers: 10
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Transformers
[](test)
[](build)
Optimus's transformation plugins are implementations of Task and Hook interfaces that allows
execution of arbitrary jobs in optimus.
## To install plugins via homebrew
```shell
brew tap odpf/taps
brew install optimus-plugins-odpf
```
## To install plugins via shell
```shell
curl -sL ${PLUGIN_RELEASE_URL} | tar xvz
chmod +x optimus-*
mv optimus-* /usr/bin/
```