<?php
$m 
= new MongoClient;

$m->dbname->steps->insert( [
        
'person' => 'derickr',
        
'steps_made' => [
                
'20140201' => 10800,
        ]
] );
?>
No schema, and you also don't have to create a database or collection