Serving Files from MongoDB GridFS
In several projects we used MongoDB for its flexible data representation. This archived technical note shows how to serve files stored in MongoDB GridFS through an HTTP server written in Python, including a Tornado StaticFileHandler-based approach.