Getting Started with CouchDB (e-bog) af Brown, MC
Brown, MC (forfatter)

Getting Started with CouchDB e-bog

123,90 DKK (inkl. moms 154,88 DKK)
CouchDB is a new breed of database for the Internet, geared to meet the needs of todays dynamic web applications. With this concise introduction, youll learn how CouchDBs simple model for storing, processing, and accessing data makes it ideal for the type of data and rapid response users now demand from your applicationsand how easy CouchDB is to set up, deploy, maintain, and scale.The code-pac...
E-bog 123,90 DKK
Forfattere Brown, MC (forfatter)
Udgivet 31 januar 2012
Længde 84 sider
Genrer UNA
Sprog English
Format epub
Beskyttelse LCP
ISBN 9781449329570
CouchDB is a new breed of database for the Internet, geared to meet the needs of todays dynamic web applications. With this concise introduction, youll learn how CouchDBs simple model for storing, processing, and accessing data makes it ideal for the type of data and rapid response users now demand from your applicationsand how easy CouchDB is to set up, deploy, maintain, and scale.The code-packed examples in this book will help you learn how to work with documents, populate a simple database, replicate data from one database to another, and a host of other tasks.Install CouchDB on Linux, Mac OS X, Windows, or (if you must) from the source codeInteract with data through CouchDBs RESTful API, and use standard HTTP operations, such as PUT, GET, POST, and DELETEUse FutonCouchDBs web-based interface to manage databases and documents, and to configure replicationsLearn how to create, update, and delete documents in JSON format, and how to create and delete databasesWork with design documents to get the formatting and indexing your application requires