|
|
|
|
|
by richieartoul
2346 days ago
|
|
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 :) |
|