mvcCouch Tutorial Part 1 - Getting Started with Couchdb

preview_player
Показать описание
Overview: How to install and get familiar with CouchDB (version 1.1.0).

Objectives: Demonstrate how easy it is to set up a working CouchDB back-end server in literally just a few minutes. Demonstrate how to set up CouchDB on your own computer using localhost, or how to set up a live, web accessible CouchDB "in the cloud" using Iris Couch. Demonstrate how to set up "CouchApp", a command line utility program that makes it easy to publish your Javascript "Apps" to any CouchDB, on any accessible network. Highlight features of Futon, the CouchDB administration utility (create new user, create new database, create new document, show tab views and JSON source). Highlight the nested structure of JSON data in this example.

Resources:
Рекомендации по теме
Комментарии
Автор

pretty nice tutorial but the audio quality could be better

derSchmidi
Автор

Why download it from couchbase when you have it on apache?

ooltimu
Автор

hey i saw in part 3 of this series that there was a front end for mvccouch but he was using couchbase and not iriscouch. i am currently working on iriscouch so wondering if the front end can be made with that and how since part 3 doesnt explain how he made the front end

afsahdurrani
Автор

At the time of this video, CouchBase was a provider of CouchDB, but now, in 2013, that's no longer true. CouchBase offers a similar product, but it's not CouchDB. For CouchDB downloads go to the Apache website for CouchDB, at couchdb.apache.org.

KevinMcGee_CSSian