News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Using CouchDb as filesystem with PHP
September 01, 2010 @ 13:41:12

In a new post to his blog Gonzalo Ayuso shows an interesting use for the CouchDB tool - using it as a filesystem for cross-server handling of things like images or other binary resources.

One of the problems I need to solve in my clustered PHP applications is where to store files. When I say files I'm not speaking about source code. I'm speaking about additional data files, such as download-able pdfs, logs, etc. Those files must be on every node of the cluster. [...] CouchDb has two great features to meet or requirements with this problem. It allows us to store files as attachments and it also allows to perform a great and very easy multi-master replica system.

He shows how use two libraries he's created to connect to the CouchDB instance and, based on this structure, be able to insert the content - a text file in this case - pull it back out, get the meta data about it and even move it to another location in the structure.

1 comment voice your opinion now!
couchdb filesystem tutorial binary file


blog comments powered by Disqus

Similar Posts

DevShed: The Isset and Unset Magic Functions in PHP 5

Rob Allen's Blog: Exploring Zend_Paginator

Developer Tutorials: Easy PDF Generation in PHP

Chris Hartjes' Blog: Fun with custom Zend_Views

DevShed: Comparing Files and Databases with PHP Benchmarking Applications


Community Events











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


api code release series composer podcast development functional zendframework2 opinion testing language phpunit application introduction interview example framework database community

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