- Shopping Bag ( 0 items )
MongoDB is a high-performance and feature-rich NoSQL database which forms the backbone of the systems powering a lot of organizations in different domains. It is the most popular NoSQL database available on the market today. Though it is feature-rich and simple to use, developers and administrators often need a quick solution for various problems they may come across frequently.
This book is packed with over 100 recipes to give you solutions for the simplest to more advanced MongoDB problems that you may come across. Even more than just solutions, you will also be given best practice and troubleshooting tips along the way. By the end of this book, you will have a clear idea about how to design, develop, and deploy MongoDB.
Starting with how to initialize the server in three different modes with various configurations, you will then be introduced to programming language drivers in both Java and Python. You will then learn a variety of skills including the basics of advanced query operations and features with MongoDB, monitoring and backup using MMS, and some very handy administration recipes.
From there, you can delve into recipes on cloud deployment, integration with Hadoop, and improving developer productivity. If you are having specific problems with MongoDB, take a look within this book and you will almost certainly find the solution you are searching for.
Overview
MongoDB is a high-performance and feature-rich NoSQL database which forms the backbone of the systems powering a lot of organizations in different domains. It is the most popular NoSQL database available on the market today. Though it is feature-rich and simple to use, developers and administrators often need a quick solution for various problems they may come across frequently.
This book is packed with over 100 recipes to give you solutions for the simplest to more advanced ...