Main problem
I have several large, but logically organized documents - and I would like to perform updates only in a separate subsection of a separate document.
Example
Given this simple document:
_id: 123456,
_rev: 3242342,
name: 'Stephen',
type: 'Person',
hobbies: [ 'sky-diving' ]
In my application, I can have the addHobbies method that will use the view just received:
_id: 123456,
_rev: 3242342,
hobbies: [ 'sky-diving' ]
To then add an extra hobby to the array hobbies, and then PUTonly that subset of the data back into the document.
Question
, CouchDB [1.2] , , , , , PUT .
- ( CouchDB)?
- - ( express node.js) ?