slides/mongodb/scalar-mongodb.xml
MongoDB
13/55
Document Stores
Documents: Complex
  • • An Open Source project by a commerical entity
  • • Documents are BSON objects on disk
  • • Documents are language specific data structures
  • • Interaction through shell utility, language drivers (pecl/mongodb), or with an optional library (mongodb/mongodb)