Pacific Northwest Software Symposium - September 17 - 19, 2010 - No Fluff Just Stuff

Busy Java Developer's Guide to MongoDB

Pacific Northwest Software Symposium

Seattle · September 17 - 19, 2010

You are viewing details from a past event

About this Presentation

MongoDB is designed for problems without heavy transactional requirements that aren't easily solved by traditional RDBMSs, including problems which require the database to span many servers.

Like other document-oriented database systems such as CouchDB, MongoDB is not a relational database management system. The database manages collections of JSON-like documents which are stored in a binary format referred to as BSON.

Attendees will see MongoDB code, hear how it manages transactional integrity (using “eventual consistency”), and how to interact with the server outside of code by using MongoDB client tools.

Ted Neward