Step1: 准备数据
MongoDB Enterprise > db.fruit.find()
{ "_id" : 1, "type" : "apple", "description" : "Apples...db.books.find()
{ "_id" : ObjectId("5d0c5d931eefdf585ae9ca95"), "type" : "book", "title" : "The Red Book...", "attributes" : { "color" : "red", "size" : "large", "inside" : { "bookmark" : 1, "postitnote" : 2..., "type" : "book", "title" : "The Blue Book", "attributes" : { "color" : "blue", "size" : "small", "inside..."type" : "book", "title" : "The Green Book", "attributes" : { "color" : "green", "size" : "small", "inside