News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Till Klampaeckel's Blog:
So you'd like to migrate from MySQL to CouchDB? - Part II
November 13, 2009 @ 07:58:30

Till Klampaeckel has posted the second part of his look at migrating your application away from the relational world of MySQL and into the document-oriented toolset CouchDB has to offer. You can find part one here.

In part I, I introduced CouchDB by explaining its basics. I continued by showing a simple request to create a document using curl (on the shell) and expanded how the same request could be written in PHP (using ext/curl) - or in HTTP_Request2 or with phpillow. Part II will focus on the most basic operations and help you build a small wrapper for CouchDB. The code will be available on Github.

He briefly covers some of the features of the database, the Futon software to interact with it and some of the basics on the usual CRUD (Create, Read, Update, Delete) operations. The sample code shows how to add a new document into the database, pull it back out (with a get() call) and delete the document from the database completely. The source for the example is here.

0 comments voice your opinion now!
mysql migrate couchdb tutorial



Similar Posts

Devshed: A Login System for a PHP Email Application

NorthClick Blog: Tips for creating a small but solid newsletter-system

Vid Luther's Blog: Installing the PHP SSH2 extension in Snow Leopard (10.6)

ProDevTips Blog: Fluent Arrays and Strings in PHP

TheTechLabs.com: Integrate Flex Builder 3.0 & Php easily with the fresh ZendAMF


Community Events

phpnw10 PHP Conference 09/10/2010




Don't see your event here?
Let us know!


phpunit conference application plugin development podcast database unittest opinion job framework suggestion symfony wordpress curl book example developer codeigniter zendframework

All content copyright, 2010 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework