November 2009
1 post
4 tags
Mongodb and Zend Framework
I have been looking at NoSQL database for a couple of years now. I have tried Tokyo Tyrant/Tokyo Cabinet, CouchDB and now I’m trying MongoDB. So far I am really happy with it. Documents are stored as document like CouchDB but you don t have to learn Erlang and Lua to extend it. MongoDB use Javascript all the way. There is also a good set of drivers (PHP, Ruby, Python, C++,…). I have...
Nov 15th