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:要设置自己的部署,请执行以下操作:
Additional Examples其他示例
For additional examples, including MongoDB driver specific examples (Python, Java, Node.js, etc.), see:有关其他示例,包括MongoDB驱动程序特定示例(Python、Java、Node.js等),请参阅: