In this article we explore using MongoDB with Docker. MongoDB is a schemaless database, meaning that arbitrary json documents are stored instead of using some sort of structured table format. Using MongoDB is a fast way to prototype new ideas without needing to do a lot of database setup, including