We're using CouchDB as a store for a mobile app that is collecting some user entered data. Each user has their own database in CouchDB and we're wanting todo some general reporting on the entered data. Our current plan is:
- replicate all the users data into a central database, each users DB has a replication function to add it to the one central DB. - create some views on the central DB which enable the reporting. - Create some HTML/JS reporting pages which access the central DB. - Has anyone else done some reporting against CouchDB? - Did you use continuous replication or just batch replication? - Should we just export all the data and import it into a general reporting tool? Thanks. -- Matthew Buckett, VLE Developer, IT Services, University of Oxford
