This webinar will introduce MongoDB, a database for the modern world. MongoDB is not an RDBMS instead it is a NOSQL database. Data is stored in BSON format, a binary equivalent to JSON and it is designed to be scalable to support massive data sets. MongoDB also supports sharded and allows processes like Map/Reduce to be implemented across clustered servers.