Transcription of MongoDB
{{id}} {{{paragraph}}}
MongoDB #mongodbTable of ContentsAbout1 Chapter 1: getting started with MongoDB2 Remarks2 Versions2 Examples3 Installation3 Hello World6 Complementary Terms6 Execution of a JavaScript file in MongoDB7 Making the output of find readable in shell7 Basic commands on mongo shell8 Chapter 2: 2dsphere Index9 Examples9 Create a 2dsphere Index9 Chapter 3: Aggregation10 Introduction10 Syntax10 Parameters10 Remarks10 Examples10 Count10 Sum11 Average12 Operations with docs that have a duplicate field in a collection (dedupe)14 Chapter 4: Authentication Mechanisms in MongoDB15 Introduction15 Examples15 Authentication Mechanisms15 Chapter 5: Backing up and Restoring Data16 Examples16mongoimport with JSON16mongoimport with CSV16 Chapter 6: Backing up and Restoring Data18 Examples18 Basic mongodump of local default mongod instance18 Basic mongorestore of local default mongod dump18 Chapter 7.
Chapter 1: Getting started with MongoDB Remarks Data in the world started to grow tremendously after mobile application came in the market. This huge amount of data became almost impossible to handle with traditional relational database - SQL. NoSQL databases are introduced to handle those data where much more
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}