What the Heck is Renart?

https://hackernoon.imgix.net/images/YmHydCcGCzQzUWBvxb6PtrLtiRg1-dlc38fp.jpeg

Introduction

Not long ago I wrote about Duckle, a local-first desktop ETL studio built on DuckDB. That article struck a chord with people who are tired of needing a cloud account and a Kubernetes cluster to move some data around. So when I came across Renart, I recognized the same instinct pointed at a slightly different problem.

Duckle is a visual ETL tool that compiles pipelines to SQL and runs them locally. Renart is going after the whole analytics engineering lifecycle. The pitch is that shipping a pipeline today usually means dbt for the SQL, Airflow to schedule it, a catalog to document it, and a freshness dashboard to tell you when something broke. That is four tools plus the glue between them. Renart puts the editor, notebooks, dashboards, reports, scheduler, catalog, and freshness tracking in one open-source package that runs inside your git repository.

It is written...

Copyright of this story solely belongs to hackernoon.com. To see the full text click HERE

Read more