Core Processes核心流程
The core components in the MongoDB package are:MongoDB包中的核心组件是:
mongod | |
mongos | |
mongosh |
Windows ServicesWindows服务
The mongod.exe and mongos.exe describe the options available for configuring MongoDB when running as a Windows Service. mongod.exe和mongos.exe描述了作为Windows服务运行时配置MongoDB的可用选项。The mongod.exe and mongos.exe binaries provide a superset of the mongod and mongos options.mongod.exe和mongos.exe二进制文件提供了mongod和mongos选项的超集。
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.mongoldap和mongokerberos分别提供了一种方法来验证系统的LDAP或Kerberos配置,并测试每个用户名的身份验证过程是否成功。
MongoDB Compass
MongoDB is packaged with an MongoDB打包了install_compass script, which is a platform-specific installer for MongoDB Compass Community Edition.install_compass脚本,这是MongoDB compass社区版的特定于平台的安装程序。