Quantcast
Channel: Daniel Watrous on Software Engineering » database
Viewing all articles
Browse latest Browse all 5

Introduction to MongoDB

$
0
0

I put this presentation together for a local web developer meetup. The topic was MongoDB.

MongoDB is a database, but unlike traditional relational databases which store data in well defined tables (schema), MongoDB stores data in JSON like documents (BSON). This provides a great deal of flexibility.

After you get through this presentation, go have a look at my hands on introduction to MongoDB and my walk through of MongoDB backups using Replica Sets.

Mongodb
View more presentations from dwatrous.

Viewing all articles
Browse latest Browse all 5

Trending Articles