Mongo DB (from "humongous") is a cross-platform document-oriented database system. Classified as a NoSQL database, Mongo DB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas (Mongo DB calls the format BSON), making the integration of data in certain types of applications easier and faster.
It has been written in C++ as a document-oriented database, so it manages collections of JSON-like documents.
Mongo DB supports cross-platform support (Windows, Linux, Solaris). It also has a rich set of data types (supports dates, regular expressions, code, and binary data).
Mongo DB uses memory mapped files. For Windows the data size is limited to 2GB on 32-bit machines (64-bit systems have a much larger data size).
TABLE OF CONTENTS
- Introduction to the Mongo Database
- Exercise 1: Setting up the server
- Task 1: Download & Installation
- Exercise 2: Command Line Options
- Task 1: Know Different commands
- Exercise 3: Install as a service
- Exercise 4: Replica Set
- Exercise 5: Mongo Shell
- Exercise 6: Storing Data
- Exercise 7: Updating Document
- Task 1: Using Find and Modify
- Exercise 8: Finding Documents
- Exercise 9: Cursor Operations
- Exercise 10: Indexing
- Resources and References
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.




Arbon VataPosted Jan 24, 2024, 6:32 PM
Not downloadable from homepage. Nothings happens after the popup is opened
Eduardo MontoyaPosted Dec 20, 2017, 9:50 AM
I could not download it. Please send PDF file to [email protected]