An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Transformers

[![test workflow](https://github.com/odpf/transformers/actions/workflows/test.yml/badge.svg)](test)
[![build workflow](https://github.com/odpf/transformers/actions/workflows/build.yml/badge.svg)](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/
```