Skip to content

Welcome to the documention for Ezt

ez-transform (Ezt) - Analytics engineering for data lakes.

Concept

ezt aims to provide a powerful and simple analytics engineering experience (similar to dbt) for building data models on a data lake, a Data Lakehouse if you will, without having to use a third-party processing engine to execute the computations. Ezt is powered by polars, arrow and delta-rs. Ezt provides you with:

  • Standardized project template
  • Possibility to use fully-fledged software development practices, such as version control, CI/CD, unit testing etc.
  • CLI-based interface for easy use in CI/CD pipelines
  • Freedom to choose your own compute engine
  • Deltalake support through delta-rs

Take a look at the Guides-section in order to learn how to install Ezt and build your first models.