Ok so this may sound very stupid, I am very new to this stuff. But here is my predicament. I have a very very large quantity of data in couchdb, but I have very recently found out how crippled the mapreduce functions in couch are (no chaining).
So I had this idea of running map reduce queries from the couchdb database using hadoop, and hopefully storing the final result in another couchdb database?
Is this too crazy? I know I can set up hbase to do this, but I do not want to migrate my data from couchdb to hbase. And I love couch as a data store.
Thanks in advance!