Jay Bienvenu
bienv.com - @jbnv
Baton Rouge .Net Users Group
May 13, 2015
Resources
documentdb.com bienv.com/topic:documentdb bienv.com/topic:nosql
BSON = an optimized binary representation of JSON.
Document ≈ JavaScript object
Other examples: CouchBase / Couch DB, DynamoDB (AWS)
DocumentDB is a service that is fully managed by Azure.
MongoDB is an application that runs in a machine.
Tech Republic: 10 Things You Should Know About NoSQL DBs
DocumentDB vs. SQL Server in particular and NoSQL databases vs. RMDBSs in general
The project:
"Monsters Masters & Mobsters"
A roleplaying/monster competition game
hosted in Azure using DocumentDB.
monmamo.wikidot.com
SELECT m.id, m.name FROM monsters m WHERE m.level = 5
Pages: Azure Portal - server.js - data.js - Monster
Write SQL-esque queries against document collections.
By Jay Bienvenu
A presentation on Azure's DocumentDB for the Baton Rouge .Net Users Group.
Software developer.