This is a set of instructions for a temperature logger using the Raspberry Pi. It uses gspread, a python library to take data from the temperature probe and report it out to a google spreadsheet. I found this to be incredibly helpful, and an easy way to log lots of information in a place that is easy to access and easy to download.
This is good for now, but the next step is to build a client website that will start and stop the temperature probe, open and title a new spreadsheet, and display the current temperature as well as a graph of the temperature over time. I think that should be pretty straightforward, but its all things I don't know how to do. It just seems to me like it is something I can learn to do, which is why I love this stuff overall.
Enjoy!