February 15th, 2017
10:07 pm
CouchDB Useful Links

Posted under CouchDB

This stackoverflow post is a good comparison re using PouchDB + CouchDB vs using CouchBase Lite (which also runs on Android). For what I’m doing Pouch/Couch still looks right as it allows seamless switching between the pouch and couch, and has an http api usable for both, plus all the replication

http://stackoverflow.com/questions/18416289/differences-between-pouchdb-and-couchbase-lite-litegap

However, if I ever did decide to switch, the concepts/views/Map-Reduce stuff all look pretty much the same, so it looks like a switch wouldn’t be too painful.

http://docs.couchdb.org/en/2.0.0/couchapp/views/index.html

This is really good on how rereduce works!!!

Also talks about the basics of group_level, under grouping

https://wiki.apache.org/couchdb/Introduction_to_CouchDB_views

http://docs.couchdb.org/en/2.0.0/couchapp/views/intro.html

http://docs.couchdb.org/en/2.0.0/couchapp/views/collation.html

http://docs.couchdb.org/en/2.0.0/couchapp/views/joins.html

http://docs.couchdb.org/en/2.0.0/couchapp/views/nosql.html

https://wiki.apache.org/couchdb/Built-In_Reduce_Functions

Normalisation guidelines etc.

http://stackoverflow.com/questions/1530745/principles-for-modeling-couchdb-documents

Modelling Entity relationships

https://wiki.apache.org/couchdb/EntityRelationship

http://stackoverflow.com/questions/16188519/optimal-way-to-model-documents-hierarchy-in-couchdb

http://stackoverflow.com/questions/1530745/principles-for-modeling-couchdb-documents?rq=1

http://stackoverflow.com/questions/6129561/retrieving-hierarchical-nested-data-from-couchdb

https://www.google.co.uk/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=couchdb%20nested%20documents

http://www.ibm.com/developerworks/opensource/library/os-couchdb/index.html

http://stackoverflow.com/questions/1680408/couchdb-a-real-world-example

Dynamic Views

https://www.google.co.uk/search?q=couchdb+dynamic+views&ie=utf-8&oe=utf-8&client=firefox-b&gfe_rd=cr&ei=829FWPuXBa3S8AePqYuQCw

http://stackoverflow.com/questions/5583318/couchdb-accessing-querystring-parameters-in-views

http://stackoverflow.com/questions/5596844/couchdb-emulating-dynamic-parameters-with-views

Update Handler Example

https://www.google.co.uk/search?q=couchdb+change+a+view+programmatically&ie=utf-8&oe=utf-8&client=firefox-b&gfe_rd=cr&ei=Y3BFWIWiNq3S8AePqYuQCw#q=couchdb+update+handler+example

CouchDB Best Pracitices

https://ehealthafrica.github.io/couchdb-best-practices/

No Comments »

Comments RSS

Leave a Reply

You must be logged in to post a comment.