MongoDB Package ComponentsMongoDB包组件

On this page本页内容

Core Processes核心流程

The core components in the MongoDB package are:MongoDB包中的核心组件包括:

mongodthe core database process核心数据库进程
mongosthe controller and query router for sharded clusters分片集群的控制器和查询路由器
mongoshthe interactive shell交互式外壳

Windows ServicesWindows服务

The exe and exe describe the options available for configuring MongoDB when running as a Windows Service. exeexe描述了作为Windows服务运行时用于配置MongoDB的选项。The exe and exe binaries provide a superset of the mongod and mongos options.exeexe二进制文件提供了mongodmongos选项的超集。

Security Tools安全工具

mongoldap and mongokerberos provide a method for validating a system's LDAP or Kerberos configuration respectively, and for testing that the authentication process for each succeeds for a given username.mongoldapmongokerberos分别提供了一种方法,用于验证系统的LDAP或Kerberos配置,并测试每个用户名的身份验证过程是否成功。

MongoDB Compass

MongoDB is packaged with an install_compass script, which is a platform-specific installer for MongoDB Compass Community Edition.MongoDB与install_compass脚本打包,该脚本是MongoDB compass Community Edition的特定平台安装程序。

MongoDB Database ToolsMongoDB数据库工具

Starting in MongoDB 4.4, the documentation for these tools have been migrated to docs.mongodb.com/database-tools:从MongoDB 4.4开始,这些工具的文档已迁移到docs.mongodb.com/database-tools

For documentation on previous versions of these tools, use the version selector in the top-left corner of the web page to view the documentation for your desired MongoDB version.有关这些工具的早期版本的文档,请使用网页左上角的版本选择器查看所需MongoDB版本的文档。

Quick Links to older documentation快速链接到旧文档

←  mongo Shell Quick Referencemongod →