Mining/Analyzing sensor data

So my obvious thought will all this sensor data being stored in the graph api is how do I get at it to mine the data. I’d love to for instance dump all my sensor and event data from all of my devices into DynamoDB or Cassandra and start running some analysis on event and sensor history. Things like how much power is being consumed across my connected plugs, what are the peak usage hours in my household, what’s the Ac to whole house fan ratio in my house and what times of year does that change, how often are people coming or going. A mix of DynamoDB or Cassandra and Hadoop/Hive would be easy to put together but I would need api access to dump data on some interval. Thoughts?

There are many ways to accomplish this. Take a look at this smart app for an example of how to subscribe to your data and dump it to an external service.