I want to consume a few keywords on the Twitter streaming API (they're low traffic, so performance is not a huge issue) and log each Tweet's JSON data into a database. I want the service to run on my Dreamhost account (aka a shared hosting service). The datastore will be a MySQL database.
Is there open source or a good code example that gets me most of the way there? Overtime I might want to run some thin processing before doing the DB insert, but that's not a big deal initially.
