Hacker News new | past | comments | ask | show | jobs | submit login

This is cool. I built something similar awhile back for a side project. I had a folder that I would dump files into and each file would have a title, description, and SQL statement.

When I visited a specific page on my site (password protected) I had a bit of Go code that would read all the the files, execute all the (read-only) SQL statements and then dump them into an HTML template that created a table for each one.

Made it dead simple to keep track of some simple metrics like daily sign ups, number of users currently on the site, churn, etc.

Hopefully I can just reach for this next time and not write my own hacky tool :)




If you are looking for some simple SQL to table/report tools, give Poli a try: https://github.com/shzlw/poli




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: