Posted under CouchDB
Permalink
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
http://www.ibm.com/developerworks/opensource/library/os-couchdb/index.html
http://stackoverflow.com/questions/1680408/couchdb-a-real-world-example
Dynamic Views
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
CouchDB Best Pracitices
Leave a Reply
You must be logged in to post a comment.