Yes, I know I could just use Adafruit.io or data.Sparkfun.com to post IoT data to a website. And yes there are other cool websites that have way more functionality than this. But, I don't own those sites and I can't add features, write server scripts to email me the data files or yada yada.
I've done some Rails development, and it...well...it's brittle. I wanted something even simpler. Python seems to be the rage; Google uses Python (or did...I guess they now do whatever the AI tells them to do); I like Pandas, so hey Python.
Rails has lots of great stuff, so I did a quick survey of MVCish frameworks for Python. Flask seemed like a reasonable choice. Read some docs, google, read some blogs..repeat.
Progress so far. Ability to initialize a stream, log data to the stream, return the log as a csv, an html page with the data in a table or a chart.