CouchBase and Jasper Reports

We are currently evaluating the features of Couch Base and one of our requirements is that reporting on the database is possible via Jasper Reports. Is there an existing connection ?
We see one developed for Mongo and It would be great if Couch Base has one as well.

Hello,

I have not seen any JasperReport connector for Couchbase. This could be a very interesting community effort.

So what you can do today is to create a REST interface at the top of Couchbase using Couchbase client and views and use for example this Connector from Jasper Community to consume JSON feeds:
http://jasperreports.sourceforge.net/api/net/sf/jasperreports/engine/data/JsonDataSource.html

Regards
Tug
@tgrall