Tag Archives: mongodb introducton

Introduction to MongoDB

Databases MongoDB has databases, collections, and documents. Download an example file. Collections Collections correlate to tables within the relational database paradigm.Like tables, indexes are applied to collections. A collection is a collection of documents and indexes. Documents In MongoDB, the primary … Continue reading

Posted in MongoDB | Tagged | Comments Off on Introduction to MongoDB