TechCast #59 – Eric Snyder on MongoDB, a NoSQL Database Engine
Podcast: Play in new window | Download (Duration: 40:12 — 36.8MB) | Embed
Chariot’s own Eric Snyder discusses MongoDB, a document-oriented NoSQL database. Show Notes MongoDB is built and supported by 10gen Information on BSON, a Binary format similar to JSON: http://bsonspec.org/ Document oriented datastore. Documents are JSON-like. Storage is really BSON, a binary representation of JSON. Supports ad-hoc querying (like relational) Queries are expressed as BSON documents. You … Read More