MongoDB – Introduction to Replication and Sharding

Introduction MongoDB is a NoSQL, document-based and a general-purpose database built for modern applications. Being a document-based database, MongoDB stores data in JSON format which makes it more expressive than the traditional row/column model. Performance & Scalability For modern applications, now it is common to see rapid data growth and rapid adoption rates. One such example of rapid growth and rapid adoption rate can be considered from the popular multiplayer online game PlayerUnknown’s Battlegrounds (PUBG). PUBG was fully released in …