Skip to content

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

License

Notifications You must be signed in to change notification settings

goto/transformers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 86.9%
  • Go 12.7%
  • Other 0.4%