goto / transformers

This repository is home to the Optimus data transformation plugins for various data processing needs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transformers

test workflow build workflow

Optimus's transformation plugins are implementations of Task and Hook interfaces that allows execution of arbitrary jobs in optimus.

To install plugins via homebrew

brew tap goto/taps
brew install optimus-plugins-goto

To install plugins via shell

curl -sL ${PLUGIN_RELEASE_URL} | tar xvz
chmod +x optimus-*
mv optimus-* /usr/bin/

About

This repository is home to the Optimus data transformation plugins for various data processing needs.

License:Apache License 2.0


Languages

Language:Python 58.1%Language:Go 40.2%Language:Shell 0.7%Language:Makefile 0.6%Language:Dockerfile 0.3%