MongoDB Data Modeling
- Length: 176 pages
- Edition: 1
- Language: English
- Publisher: Packt Publishing
- Publication Date: 2015-06-30
- ISBN-10: 1782175342
- ISBN-13: 9781782175346
- Sales Rank: #2322222 (See Top 100 Books)
Focus on data usage and better design schemas with the help of MongoDB
About This Book
- Create reliable, scalable data models with MongoDB
- Optimize the schema design process to support applications of all kinds
- Use this comprehensive guide to implement advanced schema designs
Who This Book Is For
This book is intended for database professionals, software developers, and architects who have some previous experience with MongoDB and now want to shift their focus to the concepts of data modeling. If you wish to develop better schema designs for MongoDB-based applications, this book is ideal for you.
In Detail
This book covers the basic concepts in data modeling and also provides you with the tools to design better schemas. With a focus on data usage, this book will cover how queries and indexes can influence the way we design schemas, with thorough examples and detailed code.
The book begins with a brief discussion of data models, drawing a parallel between relational databases, NoSQL, and consequently MongoDB. Next, the book explains the most basic MongoDB concepts, such as read and write operations, indexing, and how to design schemas by knowing how applications will use the data. Finally, we will talk about best practices that will help you optimize and manage your database, presenting you with a real-life example of data modeling on a real-time logging analytics application.
Table of Contents
Chapter 1. Introducing Data Modeling
Chapter 2. Data Modeling with MongoDB
Chapter 3. Querying Documents
Chapter 4. Indexing
Chapter 5. Optimizing Queries
Chapter 6. Managing the Data
Chapter 7. Scaling
Chapter 8. Logging and Real-time Analytics with MongoDB