Chew(^,..,^)Data

Manipulate data everywhere with a simple Command Line Interface

Get started

Open-source MIT&Apache Licenses. GitHub v1.4.0

No Garbage Collector

This ETL runs without a garbage collector for better stability. Everything is handled by the code in Rust.

Configuration multi versions

The configuration can be saved in different versions. You can retrieve old versions with a "version control system".

Scalable and Parallelizable

The application is a simple job that can be executed multiple times in different contexts. It is possible to chain commands for complex flows.

Simple command executable everywhere

Choose your server where you want to execute the ETL : Local, Kube, AWS Lambda, AWS EC2, Web, etc...

Customize your package

With rust feature flags, enable only required componants.
See the features documentation

Easy to install

Install the project with only one command.
See the installation documentation page