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

IBM developerWorks: Building the DB2 Health Monitor Sample Application for PHP (Part 2)

DevShed: Building the Index Page for a PHP Email Application

Zend Developer Zone: PHP Built in Input filtering

Brian Moon's Blog: PHP/MySQL Meetup.com group for North Alabama

Maggie Nelson's Blog: To persist or not to persist?


Community Events









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


podcast windows performance wordpress release zendframework symfony developer opinion extension facebook drupal microsoft feature codeigniter apache sqlserver framework conference job

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