A web app for querying a csv file uploaded using natural language or SQL
- history toggle to see past queries
- toggle between natural language or SQL
- Frontend: Next
- Backend: GO
- Ai: Claude
- Deploy: GCP + Vercel
It was my first time using Go and honestly not too sure if I fully grasp it (pointers🫥). The same goes for docker and redis but I felt this project gave me a good introduction. I also deployed the backend through GCP (google cloud run + VCP + redis) was super overwhelming at first and maybe still is.