Getting Started with Python and InfluxDB

This article was originally posted on The New Stack.
You can find all the code here
Although time-series data can be stored in a MySQL or PostgreSQL database, that’s not particularly efficient. If you want to store something that varies every minute (that’s more than half a million data points a year!), you’re…