|
Help Bigred Nerd Out
So it's been a long time since I've coded, html'ed, etc but I'd like to start a mini project. Basically, I want to create a system to input data, store data, and then track and report on the data based on criteria, periods, filters, etc.
The input system could initially be a manual entry form. Storage could probably be an excel sheet but I'd prefer to use some sort of low level database system in the "cloud" so I can access it from anywhere. I'm not familiar with reporting, filtering etc. The use case (I'll keep it in poker terms, which is not what I'm doing) would be I play online poker, enter some data manually (results, time played, hands, etc), submit and store the data, and occasionally visit some sort of reporting dashboard where I can view results over a period of time, results on Mondays at 3am, hands player per month, etc. Eventually I may want to automate (ie integration into my HEM db for auto import into my tracking db) but that's a future want.
What's my approach?
I found this website: Free Web Hosting with PHP, MySQL and cPanel, No Ads
It offers free hosting with mysql and php. I'm assuming mysql is more than what I need on the storage end.
I do a lot of work with IT strategy, datacenter optimization, etc so I know enough about datawarehousing to know I haven't the faintest clue about good data structuring practices, tool functionality (mysql vs access vs excel), etc.
Any advice is appreciated.
|