Creating SQL Server Reporting Services Reports from CouchDB Views
Interesting idea:
While reports against a single CouchDB document might be useful in some instances, the real power comes into play when you are querying CouchDB views.
The only part I didn’t really like is the introduction of a custom query language. And while knowing this is a custom solution for a custom problem, I’m wondering if something more generic cannot be built on top of CouchDB _show and _list functionality.
via: http://ifandelse.com/2010/07/05/couchrs-creating-ssrs-reports-against-couchdb-views/