PHP and CouchDB
This video covers the basics of the CouchDB HTTP API and how to use it from PHP. Some architecture approaches are discussed and it briefly looks at things to avoid when moving from an RDBMS to a Document Database such as CouchDB.
This video covers the basics of the CouchDB HTTP API and how to use it from PHP. Some architecture approaches are discussed and it briefly looks at things to avoid when moving from an RDBMS to a Document Database such as CouchDB.
This video dives into the target audiences and differences in NoSQL storage, how to implement them and what this NoSQL thing is all about. It discusses how SQL has limits when you get to web-scale and how NoSQL bypasses these limits. It shows an example application deployment using Rails 3 …
Igal Koshevoy of Pragmaticraft speaks about Comparing Non-Relational Databases: MongoDB, Tokyo Tyrant, CouchDB at the November 2009 OpenSQLCamp in Portland, Oregon.
The talk will give a brief introduction to CouchDB and move on to explain how to get started with developing applications. I will go through the existing frameworks available (including my own called Couch Potato) and show the advantages and problems. I will be coding live showing how people can …
CouchDB’s web API and offline replication capabilities make it ideally suited to power a sea-change in the relationships between users and service providers. This video gives a 10,000 foot overview of CouchDB, as well as discusses the benefits and challenges of writing applications that can be replicated transparently from the …
Apache CouchDB is a document-oriented database that can be queried and indexed in a MapReduce fashion using JavaScript. CouchDB also offers incremental replication with bi-directional conflict detection and resolution. CouchDB provides a RESTful JSON API than can be accessed from any environment that allows HTTP requests. There are myriad third-party …