Database Manual / Self-Managed Deployments / Installation

MongoDB Package ComponentsMongoDB包组件

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交互式shell

Windows ServicesWindows服务

The mongod.exe and mongos.exe describe the options available for configuring MongoDB when running as a Windows Service. mongod.exemongos.exe描述了作为Windows服务运行时配置MongoDB的可用选项。The mongod.exe and mongos.exe binaries provide a superset of the mongod and mongos options.mongod.exemongos.exe二进制文件提供了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社区版的特定于平台的安装程序。