Posts tagged couchdb, osx
Filters: couchdb × osx × Sorted by date
2 results
MongoDB. Lots of discussions about this at EuroPython today—it’s a document database, very similar to CouchDB but significantly faster and suggested for production use. Best of all, trying it out on OS X is as easy as extracting the tarball and running “bin/mongod --dbpath /tmp/test-mongo-db run”.
Installing CouchDB from source on OS X. So far I’ve just been playing with it in an Ubuntu virtual machine.