Posts

Showing posts with the label mongodb

MongoDB The Definitive Guide, 2nd Edition

Image
Title : MongoDB The Definitive Guide Edition : 2nd Edition Year : 2013 Authors :  Kristina Chodorow Publisher :  O'Rielly Preface How This Book Is Organized This book is split up into six sections, covering development, administration, and de ployment information. Getting Started with MongoDB In Chapter 1 we provide background about MongoDB: why it was created, the goals it  is trying to accomplish, and why you might choose to use it for a project. We go into  more detail in Chapter 2, which provides an introduction to the core concepts and  vocabulary of MongoDB. Chapter 2 also provides a first look at working with MongoDB,  getting you started with the database and the shell. The next two chapters cover the  basic material that developers need to know to work with MongoDB. In Chapter 3, we  describe how to perform those basic write operations, including how to do them with  different levels of safety and speed. Chapte...