Category Archives: CouchDB

CouchDB: the last RESTful JSON store you’ll ever need

Today I gave a talk about CouchDB at the company I work for. I titled the talk “CouchDB: the last RESTful JSON store you’ll ever need”, which is of course an exaggeration, but our shop is heavy into Oracle and JSON services, so I geared the talk around presenting CouchDB as a viable alternative. I [...]

Announcing Couch Crawler, a CouchDB search engine/crawler

Hi! So, for fun, I made couch-crawler, a search engine and crawler on top of the very excellent couchdb-lucene. I wanted to create a hackable search engine for my work intranet using modern tools. Lucene is great, but the Nutch search engine/crawler was kind of annoying to work with. I couldn’t figure out how to [...]