Skip to content

Instantly share code, notes, and snippets.

@brianhsu
Created August 19, 2015 00:36
Show Gist options
  • Select an option

  • Save brianhsu/0fa50dd8d21aef39b28e to your computer and use it in GitHub Desktop.

Select an option

Save brianhsu/0fa50dd8d21aef39b28e to your computer and use it in GitHub Desktop.
> db["dailyMachineCount"].find();
{ "_id" : ObjectId("55d13cb0fd61a53133a436ad"), "count_qty" : NumberLong(21372), "event_qty" : NumberLong(1936), "insertDate" : "2015-08-17", "machineID" : "E54", "status" : "01" }
{ "_id" : ObjectId("55d13cb0fd61a53133a436ae"), "count_qty" : NumberLong(14679), "event_qty" : NumberLong(32135), "insertDate" : "2015-08-17", "machineID" : "G20", "status" : "01" }
{ "_id" : ObjectId("55d13cb1fd61a53133a436b1"), "count_qty" : NumberLong(21643), "event_qty" : NumberLong(1198), "insertDate" : "2015-08-17", "machineID" : "E28", "status" : "01" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment