Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Building Your First MongoDB Application

Building Your First MongoDB Application

MongoDB is a document-store open source NoSQL database featuring a dynamic schema, ad hoc queries, powerful aggregation framework, high availability and consistency, as well as a scaling solution to grow with your application.

This video is a tutorial that shows you how to build a simple application, walking through the steps of installing MongoDB, use the MongoDB interactive shell, and use the PyMongo driver to have a guest book application.