}

Mongodb Index Page 1

Backup mongodb with crontab

In this tutorial we are going to explain how to do daily backups of mongodb using cron.

Mongodb Index Page 1

Mongoengine: How to use filefield for storing images and files

Check here an example on how to use mongoengine filefield. Mongoengine FieldField uses GridFS to store the files, check here how to use it in your project.

Mongodb Index Page 1

Introduction to MapReduce with MongoDB

MapReduce is a programming model and an associated implementation for processing and generating large data sets. In this tutorial we are going to explain how to use MapReduce with MongoDB and python. We explain how to use the MapReduce query and then with an example we show examples using pymongo en mongoengine.