this is an aws free tier thing that uses api gateway and lambda to create a RESTful website powered by python. AWS provides a framework for my self-hosted endpoints. AWS can act as low-cost backup for structured data like from my temp sensors. Lambda functions will load-balance for always-accessible data through self-hosting and S3 buckets.
TODO:
I have finished with my temperature monitoring project. It uses a raspberry pi and 433mHz radio hygrometers to record and graph historic tempurature data at my cabin. The data packing was the most interesting part of this project for me. After recieving and validating the radio transmission through the GPIO pins, we pack each datapoint into 94 bits (timestamp, rawTemp, humidity, channel, batterySignal, etc...). These bits are stored in a binary file. According to my calculations, (3x4x60x24x94 = 1,624,320 bits per day = 203,040 bytes per day = 145 years to fill 10GB of storage), I'll be able to record data forever.