万本电子书0元读

万本电子书0元读

顶部广告

Instant MongoDB电子书

售       价:¥

4人正在读 | 0人评论 9.8

作       者:Amol Nayak

出  版  社:Packt Publishing

出版时间:2013-07-26

字       数:302.8万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks. MongoDB Starter is a fast and practical guide designed to help you start developing high-performance and scalable applications using MongoDB.MongoDB Starter is ideal for developers who are new to MongoDB and who need a no-nonsense guide on how to start working with it. No knowledge of MongoDB is required to follow this book, but some knowledge of C++ would be helpful.
目录展开

Instant MongoDB

Instant MongoDB

Credits

About the Author

About the Reviewer

www.packtpub.com

Support files, eBooks, discount offers and more

packtlib.packtpub.com

Why Subscribe?

Free Access for Packt account holders

1. Instant MongoDB

So, what is MongoDB?

What is a document?

What does a document look like?

Need for MongoDB

Scalability

Ease of development

Installation

Step 1 – basic requirements

Step 2 – installing MongoDB

Step 3 – server fails to start

And that's it

Quick start – setting up database and querying

Step 1 – executing your first query on MongoDB

Step2 – summing up and moving on

Top 4 features you need to know about

Finding documents

Let's find one and all

Nailing down to few documents

Selecting a limited set of fields

Paginating and sorting documents

Yet more comparison operators

Checking for the existence of a field

Getting logical

Accessing the nested fields

The leftover operators

Putting it all together

Scenario

Analysis

Inserts, updates, and upserts

Update operators to our rescue

Design something that does not exist

Index creation

Designing the collections

Good old relational way

The Mongo way

It's all about grouping things

The aggregation framework

The project operator ($project)

The match operation ($match)

The limit operator ($limit)

The skip operator ($skip)

The unwind operator ($unwind)

The sort operator ($sort)

The group operator ($group)

Scenario

Analysis

Aggregation using Map reduce

Scenario

Summary

People and places you should get to know

Official sites

Articles and tutorials

Community

Twitter

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部