“MongoDB architecture covers the deep-dive architectural concepts of MongoDB.”
7.1 Core Processes
- mongod, which is the core database process
- mongos, which is the controller and query router for sharded clusters
- mongo, which is the interactive MongoDB ...