-j plus your CPU cores to speed up the compilation process
Compile errors You can install the required dependencies yourself.
Or go to the official website directly download the compiled binary, directly execute.
After compiling, view the file:
MONGOD:MONGODB executes the program, and the database deployment is executed with this program.
MONGO: The client used to connect to the MongoDB data server. Some operations require a MONGODB client to connect to the server before it can be performed.
Mongoimport, Mongoexport: Import and Export
Mongodump, Mongorestore: Similar to the above, just import and export binary data, not directly read. Typically used to do backup and recovery of data.
Mongooplog: Playback of the Operation log. Is the collection of data that the MONGODB replication set uses to record operations records.
Mongostat: View the various states of the MONGODB server. Detailed description of the Monitoring section.
mongodb--Compiling files