I am starting a project using Cloudant. It\'s a simple system for logging, so I can track the usage of my apps.
My documents looks like this:
{
app:\'na
For what you need there is a feature on couldant/couchdb called design document. You can check their documentation for this feature for details or this guide: http://guide.couchdb.org/draft/design.html
Cloudant documentation: https://docs.cloudant.com/design_documents.html Design documents are similar views on the SQL world.
Regards,