MongoDB, Driver, Rocking

I do admit, yes, am rocking with MongoDB   The simple adapter:   https://github.com/xqpmjh/Trickle/blob/master/include/class.MongoAdapter.php       But also, find a bug : https://bugs.php.net/bug.php?id=60508   To be continue…

Posted in MongoDB, PHP | Tagged , | Leave a comment

Introduction to MongoDB

Installation on Windows : 1. Download and install http://fastdl.mongodb.org/win32/mongodb-win32-i386-1.6.5.zip unzip mongodb-win32-i386-1.6.5.zip to D:\mongodb 2. Create folder where database located 3. Start mongodb server 4. Web tool : http://localhost:28017/     5. Client tool for mongodb 6. Create collection called mytestdb and limit the size (in fact we must use client tool) 7. Driver for windows [...]

Posted in MongoDB | Tagged | Leave a comment