Example

MongoDB is offers a document oriented storage. It is very simple you can program it easily.

  1. FirstName = “John”,
  2. Address = “Detroit”,
  3. Spouse = [{Name“Angela”}].
  4. FirstName =“John”,
  5. Address = “Wick”