Prepare the project MI process instruction into web page form, plan to use MVC framework, data transmission using Web API mode,
Finally, this page will be linked to the company's systems to access, in order to improve access concurrency, and the engineering data unified structure management,
Using no SQL MongoDB as the data store, the data in SQL Server database is transferred to MongoDB at timed time.
Here to personally experience the installation of MongoDB installation to the use of the process, note the following examples:
A. MongoDB Database installation package Address
Baidu Network Disk (official website download slow can download here, version is 4.0)
Https://pan.baidu.com/s/1WuGgEpdQbuLz4mIfgH_Ecg
MongoDB Database:
Https://www.mongodb.com/download-center?jmp=nav#community
Two. MongoDB Database installation Note:
fool-style installation, the next step in the end of the way, but here are 2 points to note to set up a bit.
1. Installation path settings, it is recommended not to install to the system disk, the system disk is the C drive, then install to D drive, E Drive can
2. When installing to this step, there is a tick in the lower left corner, do not tick, otherwise it will be super slow.
Three. MongoDB Windows Service installation and removal:
The purpose of the installation service, the next shutdown restart, do not manually start MongoDB
1. In the installation directory: Create a new mongod.cfg configuration file with the following
Mongod.cfg Configuration file Contents
Systemlog: destination:file path:d:\program files\mongodb\server\4.0\log\mongod.logstorage: dbPath: D:\Program Files\mongodb\server\4.0\data
2. In the installation directory: New start MongoDB server.bat start service batch file with the contents as follows
Start MongoDB Server.bat Startup service Content
3. Double-click the start MongoDB server.bat file
3. Remove Windows Services
Here is the main introduction of MongoDB installation Services, in fact, the deletion of services at the current stage is not used, here or paste it out, in case you can use it later.
Delete MongoDB server.bat Deleting a service batch file
Echo is stopping the Windows service mongodb.......net stop Mongodbecho is removing the Windows service Mongodb.......sc Delete Mongodbecho Press any key to exit pause
Four. MongoDB Graphics Client Tool
MongoDB Graphics Client tool Baidu Network disk (NoSQL Manager for MongoDB)
Https://pan.baidu.com/s/1-s4-FgwaYn71m7e58-Bw_g
More client tools can click on the link below
http://www.mongoing.com/archives/3651
PCB NOSQL MongoDB Installation with Windows Service installation