Slide 49
Slide 49 text
Introduction
Documents
Distributed System
Queries and Views
CouchApps
Document-Oriented Data Model
Updates and Concurrency
Design Documents
Design Documents
_id starts with _design
create, update, replicate,. . . like any other document
no data but code
validate_doc_update: validation of updates
update: server-side logic for document creation or update
show, list: rendering output
map, reduce: creation of views/indices
default language: JavaScript
plugins for PHP, Ruby, Python, Perl, Common Lisp,
Erlang,. . .
Kerstin Puschke NoSQL