Categories
-
Recent Posts
Archives
Category Archives: MongoDB
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