Skip to content

amorrissette/easy-etl

Repository files navigation

Easy ETL

Introduction

Easy ETL is a basic proof-of-concept AI app that attempts to "Extract, Transform, and Load" user provided data in an automated + repeatable way.

Currently built using Next.js, Groq, and deployed on Vercel. Shadcn/ui is used for easy, clean UI components.

Easy ETL - Instantly build ETL pipelines to transform your csv for downstream tasks or analysis

Main Features

  • AI-suggested ETL pipeline processed user-provided csv data in to transformed table.
  • "Revise" and "Retry" table transformations.

To-Do:

  • Allow option to load more table entries
  • Add support for xls file import
  • Save and load previous ETL "policies"
  • Add more data examples
  • Prompt tuning and unit testing
  • Formatting and styling updates