I apologize if this has been asked or if the solution is already well-known. 
I just found the SDK today and I'm going through the samples. What I'd like to accomplish is some kind of scheduled data extract of component statistic data into CSV files, other flat file formats, or maybe an archive database. The samples mainly cover grabbing really basic information and performing a few operations on nodes, volumes, etc. I can't find anything like what I'd want to accomplish. Are there any examples of this out there? Like, say, grabbing the last month's worth of data for any component and dumping it to CSV?
Thanks.