- Announcing Motor 0.5 with asyncio, Python 3.5, and "async" / "await"
This version is compatible with Python 2.6 through 3.5, and it can use either Tornado or asyncio as its async framework.
- Announcing libbson and libmongoc 1.3.0-beta0
MongoDB 3.2 features, many fixes and improvements in GridFS, better findAndModify API.
- Tech Talks Are Campfires: Jesse's Three Reasons You Should Speak At PyCon
A talk about software doesn't have to be a tour de force. It's just the campfire we gather around so we can be together.
- Motor 0.5 Beta: asyncio, async and await, simple aggregation
My async driver for MongoDB now supports asyncio, and allows "async" and "await" in Python 3.5. Collection.aggregate() is more concise.
- This Blog Runs MongoDB 3.2 rc2
I'm dogfooding the latest release candidate.
- Test MongoDB Failure Scenarios With MockupDB
Fourth in my "black pipe testing" series. How do you test your MongoDB application's reaction to database failures, hangs, and disconnects?
- PyMongo 3.1 Works Around A Funny Performance Flaw In Python 2
PyMongo 3.1 implements performance monitoring, a new GridFS API, and I worked around a flaw that consumes your idle CPU.
- Announcing libbson and libmongoc 1.2.1
An SSL bugfix for pooled clients, domain socket fix, El Capitan build guide.
- Black Pipe Testing A Connected Application In C
The fourth "black pipe testing" article: testing the MongoDB C Driver with mock_server_t.
- Cross-linking Mallard HTML Pages With yelp-build
How to link from pages of one Mallard document to another.