July 2010
3 posts
6 tags
Document-Oriented Databases vs. Relational... →
My second post featured on Doctrine blog. This one is about sql vs nosql, when to use either and why
Jul 27th
6 tags
NodeJS + MongoDB = TinyURL
Last week I started playing with NodeJS. NodeJS is an evented IO for V8 JavaScript. It uses asynchronous processing for all operations. If you want to open file, you pass in the callback function as argument to file open function, which then gets executed when the file is opened and available. The aforementioned approach leads a much higher number of requests with a much less execution and, most...
Jul 25th
1 note
8 tags
MongoDB for eCommerce →
My first post about usage of MongoDB for eCommerce, and OpenSky. Published at Doctrine Blog
Jul 23rd