Inserting data
18/34
MongoDB and the Third Normal Form
Querying
db.steps.insert( {
person: "derickr",
steps_made: {
"20140201": 10800,
}
} );
No schema, and you also don't have to create a database or collection