Tag Archives: couchdb

Performance Comparison Between Node.js and Java EE For Reading JSON Data from CouchDB

Node.js has impressed me several times with high performance right out of the box. In my last Node.js project it was the same: we beat the given performance targets without having to tweak the application at all. I never really … Continue reading

Posted in Javascript, Node.js | Tagged , , , | 35 Comments

JavaScript from Nose to Tail

Cliffano Subagio from Shine Technologies presented together with Carl Husselbee from Sensis “JavaScript from Nose to Tail” at the August MelbJS Meetup. The slides and the video of the presentation are now online.

Posted in AJAX, Javascript, Node.js | Tagged , , | Leave a comment

Couchtato – A CouchDB Document Utility Tool Written In Node.js

We have been using Apache CouchDB at one of our clients project, and despite how well CouchDB worked, we learnt that there was still no easy way to find certain documents without resorting to writing map reduce functions either via … Continue reading

Posted in Javascript, Node.js, Tools | Tagged , , , | 8 Comments

CouchDB: The Good Bits

You’ve probably heard it somewhere already: NoSQL is the new hotness. There are a growing number of weirdly named storage engines out there purporting to be part of the NoSQL movement. This post is the first of a small series … Continue reading

Posted in Tools | Tagged , | 1 Comment