Getting Started入门

This tutorial walks you through inserting test data into a MongoDB database and querying that data using the documentation's embedded web shell. You do not need to deploy or install MongoDB to complete this tutorial.本教程将引导您将测试数据插入MongoDB数据库,并使用文档的嵌入式web shell查询该数据。您不需要部署或安装MongoDB就可以完成本教程。

The examples in this tutorial use a subset of the Sample Mflix Dataset, which is part of the sample data included in MongoDB's cloud-hosted service, MongoDB Atlas. 本教程中的示例使用示例Mflix数据集的一个子集,该数据集是MongoDB的云托管服务MongoDB Atlas中包含的示例数据的一部分。Atlas requires no installation overhead and offers a free tier to get started. Atlas不需要安装开销,并提供免费的入门级。After completing this tutorial, you can use Atlas to explore additional sample data or host your own data.完成本教程后,您可以使用Atlas来探索其他示例数据或托管自己的数据。

Next Steps下一步

Set up Your Own Deployment设置自己的部署

To set up your own deployment:要设置自己的部署,请执行以下操作:

Deployment部署Description描述
MongoDB Atlas Free Tier ClusterMongoDB Atlas Free Tier集群MongoDB Atlas is a fast, easy, and free way to get started with MongoDB. MongoDB Atlas是一种快速、简单、免费的MongoDB入门方式。To learn more, see the Getting Started with Atlas tutorial.要了解更多信息,请参阅Atlas入门教程
Local MongoDB installation本地MongoDB安装For more information on installing MongoDB locally, see Install MongoDB.有关在本地安装MongoDB的更多信息,请参阅安装MongoDB

Additional Examples其他示例

For additional examples, including MongoDB driver specific examples (Python, Java, Node.js, etc.), see:有关其他示例,包括MongoDB驱动程序特定示例(Python、Java、Node.js等),请参阅:

Query document examples查询文档示例
Update document examples更新文档示例
Delete document examples删除文档示例

Additional Topics附加主题

Introduction介绍Developers开发人员Administrators管理员Reference参考
Introduction to MongoDBMongoDB简介
Installation Guides安装指南
Databases and Collections数据库和集合
Documents文件
CRUD OperationsCRUD操作
Aggregation聚合
SQL to MongoDB
Indexes
Production Notes生产说明
Replica Sets复制集
Sharded Clusters分片 Clusters
MongoDB SecurityMongoDB安全
Shell MethodsShell方法
Query Operators查询运算符
Reference参考
Glossary术语汇编