I think the challenge in this case is to do it in an efficient manner.
I pretty much like the Big Data patterns presented at the last re:Invent.
http://www.slideshare.net/AmazonWebServices/big-data-architectural-patterns-and-best-practices-on-aws
(slide 45)
https://www.youtube.com/watch?v=RNrsIlw
Hi Ricardo,
Riak itself won't do this. Afaik, the client libraries return language
specific array like data structures. To actually convert those to csv would
be an exercise for the developer. Thankfully most languages have a readily
available array to csv library which will basically do it for yo