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.
- AI-suggested ETL pipeline processed user-provided csv data in to transformed table.
- "Revise" and "Retry" table transformations.
- 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