Database Software Development Videos and Tutorials - MySQL, Oracle, SQL Server, NoSQL, MongoDB, PostgreSQL
 
Category: <span>NoSQL</span>

Non-relational Data Persistence in Java using MongoDB

Kristina Chodorow, a software engineer at MongoDB, talks about non-relational data persistence in Java using MongoDB, a high-performance, open source, schema-free document-oriented database. In the last couple years, dozens of non-relational databases have appeared to solve problems that relational databases aren’t good at. Kristina will go over many of the …

MongoDB

MongoDB presentation at the November 2009 OpenSQLCamp in Portland, Oregon. MongoDB (from “humongous”) is a scalable, high-performance, open source, schema-free, document-oriented database. MongoDB bridges the gap between key-value stores (which are fast and highly scalable) and traditional RDBMS systems (which provide structured schemas and powerful queries).