CouchDB does not support quotas natively, so you might need something ordinary.
You can execute it yourself, either using the tiny CouchDB plug, or using the appropriate hosting software, and use the usage information returned by CouchDB. Starting with version 1.2, CouchDB indicates not only disk usage, but also “data”, not including metadata and old data.
source
share