Jan Švec | honzas.cz Česky
Menu

# Web Technologies

2 items

All tags

Serving Files from MongoDB GridFS

August 21, 2014

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.