7 items | 1 visits
Stuff that I've found useful in my own personal learning.
Updated on Mar 03, 16
Created on Aug 25, 10
Category: Computers & Internet
URL:
Introduction to CouchDB by Chris Anderson (@jchris), co-author of the O'Reilly Book "CouchDB: The Definitive Guide", released as an O'Reilly Webcast (on YouTube).
Chris Anderson (@jchris) tells Google about CouchDB. Slides: http://www.slideshare.net/jchrisa/couchdb-local-web-platform.
Definition of UUID - a scheme used in CouchDB to produce unique IDs for data objects.
"MapReduce is a patented software framework introduced by Google to support distributed computing on large data sets on clusters of computers.
"The framework is inspired by map and reduce functions commonly used in functional programming, although their purpose in the MapReduce framework is not the same as their original forms.
MapReduce libraries have been written in C++, C#, Erlang, Java, Python, Ruby, F#, R and other programming languages.
An incremental MapReduce alroithm is used in CounchDB
Btree is a data-structure used in databases. Particularly in CouchDB.
The official place to get CouchDB. Free hosted cloud and easy to install local version for Mac, Windows and Ubuntu.
Enda Farrell discusses how CouchDB is used by BBC for some of its websites, presenting the context it is deployed in, the operations performed against it, how replication and compacting works, some statistics, and how it is used at scale. From QCon, London 2010.
7 items | 1 visits
Stuff that I've found useful in my own personal learning.
Updated on Mar 03, 16
Created on Aug 25, 10
Category: Computers & Internet
URL: