First, MongoDB
1. Installation
Because the download installation with Yum source always times out, the Tarball mode installation is selected.
Official installation Method Link, https://docs.mongodb.com/manual/tutorial/install-mongodb-on-linux/
1. function
Books, you can refer to the "Mongodb_the_definitive_guide", mainly on the use of MONGO shell tool additions and deletions, etc., there are many use cases.
For a more comprehensive approach, you can refer to the official documentation: https://docs.mongodb.com/manual/tutorial/getting-started/
Second, NodeJs
1. Installation
Yum installation, official reference: https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora
Tarball installation,: https://nodejs.org/en/download/
1. function
Quick Start, refer to MongoDB Nodejs how to use: https://docs.mongodb.com/manual/tutorial/getting-started/
Comprehensive in-depth study, refer to Nodejs official documentation: https://nodejs.org/en/docs/guides/
PostScript: In the process of viewing Nodejs official documents, a number of new concepts and techniques have been discovered.
DevOps: the hybrid word for development and operation, development and operations, is a culture, movement, or practice that attaches importance to the communication and collaboration between software Developer (DEV) and IT Operations Technician (OPS).
Docker: A brief analysis of why you should use docker:https://zhidao.baidu.com/question/264850000499533685.html
CentOS7 installation of Mongodb and NodeJs main experience