To familiarize myself with the new $lookup feature of mongoDB I did some experimenting. I tried a couple of different document structures and companion […]
Blog Archive
mongoexport json format UTF-8 characters
So, you just did an export of your mongoDB database into a JSON formatted file called exported.json. In part, you did this […]
Tips for working with the MongoDB aggregation framework
Review the data. What are the data types? What is the structure? What do the values mean? Build out the query one […]
MongoDB M101P Windows 8.1 64bit Installation
This document walks you through installing the tools and libraries needed for the MongoDB M101P course available through university.mongodb.com Installing MongoDB Go […]
Important Information for KCDC MongoDB Workshop
TL;DR The single most important thing you need to know is that if you show up with a machine that is running […]
MongoDB Schema
One of the major aspects of MongoDB is that it is a document store. You can put anything you want into a […]
MongoDB examples, Replica Set and GridFS
MongoDB Replica Set with Python example I published a short lab on working with MongoDB replica sets in Python on GitHub https://github.com/k0emt/mongodb_repset_experiment One […]
Getting the Enron mail database into MongoDB
Background In order to get some experience working with Python and MongoDB I decided I would like to find a data source […]