- MotorConnection Has Been Renamed MotorClient
- Yes, Every MongoDB Driver Supports Every Command
- Reading from MongoDB Replica Sets with PyMongo
- Breaking Change In PyMongo
In my excitement about the big changes in PyMongo 2.4, I forgot to mention a smaller one you should watch out for: from now on, if the initial connection to MongoDB fails, PyMongo raises ConnectionFailure instead of AutoReconnect. This is [ ... ]
- Motor: Iterating Over Results, The Grand Conclusion
- Motor: Iterating Over Results
- Optimizing MongoDB Compound Indexes
How to find the best multicolumn index for a complex query.
- Motor Progress Report: GridFS, Logo
Two big updates to Motor, my non-blocking driver for MongoDB and Tornado. First, my friend Musho Rodney Alan Greenblat made a logo. Motor may or may not be ready for prime time, but it looks ready. Second, I implemented GridFS. GridFS is a [ ... ]
- This Blog is PyPy-powered
My async MongoDB driver Motor now passes its test suite running in PyPy 1.9. To celebrate, I've switched my blog from CPython to PyPy! Update: I moved back to CPython 2.7. Although Motor and the rest of my blog's software appears to run [ ... ]
- This Blog is MongoDB 2.2-powered
This blog has been running on my experimental MongoDB driver, Motor, since June. But in case that wasn't cutting-edge enough, I'm now running it on MongoDB 2.2 release candidate 2. This is what I do for excitement.