CouchDB Proxy Webmachine Resource

Published Monday, May 18, 2009 by Bryan

Alright, here it is, proof that Webmachine and CouchDB can coexist peacefully: I've posted an example Webmachine resource that proxies requests back and forth to a CouchDB instance. (Thanks for the kick, benoitc.)

I dislike the way this blog renders my code, so I've decided to start posting my examples on github, wrapped in a simple Webmachine app, so they're ready to run. The repo you want is wmexamples.

You'll find the CouchDB proxy in src/couchdb_proxy.erl.

Watch that repo for other updates. I'll be going back in the next few days and adding env_resource and some tracing stuff.