Clusers v1.0.0 released!

2016-03-04 Thread Benjamin Young
Hi all! (sorry it's been awhile...) I've just released an initial v1.0.0 of Clusers-a user account creator meant for Cloudant and CouchDB. It uses the older "password_scheme: simple" which Cloudant and older CouchDB's use-so it's primarily meant for those audiences.

Re: CouchDB 2.0 performance issue

2016-03-04 Thread Jan Lehnardt
> On 04 Mar 2016, at 16:52, Peyton Vaughn wrote: > > Thanks for the help! Turning delayed_commits back on did indeed make a big > difference. I had run across that setting already in the docs, but just > assumed it was set to false in 1.6 as well (I see in the docs

Re: CouchDB 2.0 performance issue

2016-03-04 Thread Peyton Vaughn
Thanks for the help! Turning delayed_commits back on did indeed make a big difference. I had run across that setting already in the docs, but just assumed it was set to false in 1.6 as well (I see in the docs sometimes there are annotations like "Changed in version 1.2" - this might be a good

Re: Reporting against a CouchDB database

2016-03-04 Thread Mike
Hi We have a number of client couchdbs which we query as one. I initially wrote: https://github.com/sysadminmike/couch-to-postgres To help get ad hoc reports from our couch data using postgres. The above utility will stream changes for each couchdb into its own postgres table which can then

Reporting against a CouchDB database

2016-03-04 Thread Matthew Buckett
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