Coggle requires JavaScript to display documents.
db.createCollection( "<viewName>", { "viewOn" : "<source>", "pipeline" : [<pipeline>], "collation" : { <collation> } } )
db.createView( "<viewName>", "<source>", [<pipeline>], { "collation" : { <collation> } } )
{ "_id": ObjectId("58bc07c"), "age": NumberInt(39), "registered": ISODate("2018-03-24T01:24:10 -02:00") }
ObjectId
NumberInt
{ "_id": { "$oid" : "58bc07c" }, "age": 39, "registered": { "$date": "2018-03-24T01:24:10 -02:00" } }
mongo
db.flights.getIndexes()
explain()
COLLSCAN