Category Archives: couchdb

A simple couchdb info widget for wordpress

I wrote a small wordpress widget to display some version details of the CouchDB server I’m running. Writing a wordpress widget wasn’t to hard (I used this excellent tutorial to get started), parsing CouchDB JSON responses is even simpler. The … Continue reading

Posted in couchdb, php, wordpress | 2 Comments

Simple fulltext analysis in couchdb

In my previous post I presented a simple map function to query WordPress articles I imported in CouchDB. The map function looked at the categories / terms manually assigned to the articles. I decided to take this a step further … Continue reading

Posted in couchdb, fulltext analysis, javascript | 1 Comment

WordPress, Couchdb and Ruby

I did a small test to see how complex it would be to put a WordPress database into CouchDB. This might not seem very useful, and when only receiving data from WordPress it isn’t. In the future other applications would … Continue reading

Posted in couchdb, ruby, wordpress | 3 Comments