informatique:sgdb:couchdb
CouchDB
CouchDB est un projet de l'ASF (Apache Software Foundation).
Il s'agit d'une base de données avec une interface RestFul - JSON. Comme j'adore tout ce qui exploite pleinement HTTP, je me penche depuis quelques temps sur couchDB, notamment pour la participation à la création d'un frontEnd PHP pour Zend Framework : Zend_Couch (nom temporaire)
What CouchDB is:
- A document database server, accessible via a RESTful JSON API.
- Ad-hoc and schema-free with a flat address space.
- Distributed, featuring robust, incremental replication with bi-directional conflict detection and management.
- Query-able and index-able, featuring a table oriented reporting engine that uses Javascript as a query language.
What it is Not:
- A relational database.
- A replacement for relational databases.
- An object-oriented database. Or more specifically, meant to function as a seamless persistence layer for an OO programming language.
Le livre libre et en français: http://guide.couchdb.org/editions/1/fr/index.html
- What CouchDB is sur le site du projet
Doc tech:
Le clip I Use Couch DB de Couchio sur Vimeo :
D'autres clips : CouchSpice — the Database YOUR Database Could Replicate Like, Couch DB Music Video, So You Wanna Learn About CouchDB ?
informatique/sgdb/couchdb.txt · Dernière modification : de cyrille
