Lessons: 16Length: 2 hours

Next lesson playing in 5 seconds

Cancel

MongoDB and Ruby

Introduction

02:36

MongoDB is a different kind of database. It sets itself apart from other systems due to its many different features that allow for better maintainability and scalability. If you feel you have trouble maintaining your data because it's either too big or too slow or too expensive, then perhaps you should consider taking MongoDB for a spin. In this course we'll learn the basics of using MongoDB in a Ruby scenario. We'll build a small Sinatra application so you can understand the fundamentals of using this database system in a Ruby environment.