{% block content %}

Extract Transform and Load data everywhere with a simple Command Line Interface

Try together to simplify the developers life

Get started

Without Garbage Collector

This ETL does't use any garbage collector for better stability. Everything is handle by the code in Rust.

Versionable

The configuration can be versionable and give the capability to retreive old version with a version control system. Nothing more is necessary.

Scalable and Parallelizable

The application is a simple job that can be executed a multiple time with different contexts.

Executed everywhere

Choose your serveur where you want to execute the etl : Local, Kube, AWS Lambda, AWS EC2, etc...

Customize your package

With rust's feature flags, enable only needed componants.

{% endblock content %}