Hacker News new | ask | show | jobs
by dennis16384 7 days ago
I built a question-to-sql-to dashboard tool for quick data analysis, just to avoid sharing random personal or customer xlsx documents with external AI. Released it as MIT recently:

https://eatmydata.ai/

https://github.com/eatmydata-org/eatmydata

1 comments

Nice... I built something same last year (not active anymore): https://www.producthunt.com/products/zenquery

It was able to query csv, json, parquet and xlsx files, all locally. You could also mix files of different types in single session, and, manage multiple sets of files as individual sessions that you can switch easily whenever needed.