Learn NoSQL From The Comfort of CouchDB | Pluralsight

preview_player
Показать описание

If a relational database seems like more overhead than your application needs, this video excerpt from Andrew Brust's course Understanding NoSQL will show you how to use Apache CouchDB to store your documents in easy to access JSON. In the complete course Andrew also covers the basic concepts behind NoSQL as well as how it compares to relational databases. He also covers several NoSQL implementations including OData, MongoDB, and Hadoop all on Azure.

Visit us at:

Learn NoSQL From The Comfort of CouchDB | Pluralsight

-~-~~-~~~-~~-~-
Push your limits. Expand your potential. Smarter than yesterday-
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

how to delete multiple docs execpt the security and design document, i have a total of 28lkh doc in the DB. Any solution?

sohamroy
Автор

JSON !== Javascript. This is perhaps confused by the ability to implement views in Javascript, But it's not correct to say that Couch's REST service return "Javascript". They return a JSON objects, which are syntactically valid Javascript object declarations--but JSON is just a data format, and can be parsed by non-Javascript libraries on a number of platforms (e.g. Java, .NET, etc.).

cluebcke
Автор

Not bad, but if you going to make a tutorial I would expect for the code shown to be correct. On the code shown on the video they are comparing the result of indexOf agains zero. Zero is valid position within a String, for correctness IndexOf should be compared to -1.


diegocassinera
Автор

storing the view (html) in the document, why?? I see no reason for this...

burberryboay
Автор

Very nice tutorial, but I don't like Internet Explorer, use chrome or firefox instead !

Tux
Автор

Very nice tutorial, but I do not like the Internet Exp., why not use firefox or chrome instead with JSONView as a plugin.