So, you just did an export of your mongoDB database into a JSON formatted file called exported.json. In part, you did this […]
Blog Archive
Strata 2014 Retrospective
Introduction This year I was fortunate enough to be able to attend the Strata conference put on by O’Reilly and Associates. I […]
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 […]
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 […]
Where have I been? (MSE ITS Project)
I wasn’t as prolific with my posts in 2011 and this year because I was focusing on finishing my Master Software Engineering […]
Python Coding Standard, Metrics and Test Coverage
Motivation My motivation in seeking a coding standard, static code metrics analyzer and test coverage tool is multifaceted. I want to know […]
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 […]