20180825
Because the SQLAlchemy does not support MongoDB database now, SQL Server is not very good, now mainly with MySQL database.
Visualization of
1. SQL Server, try not to use PD. Dataframe.to_sql writing data is a problem
Https://download.microsoft.com/download/3/C/7/3C77BAD3-4E0F-4C6B-84DD-42796815AFF6/SSMS-Setup-CHS.exe
Download SQL Server Management Studio (SSMS) 17.3, install and use
2. mysql
The MySQL installation file includes a server and a visualizer, all installed and described in the MySQL blog.
3. MongoDB
installation files:
Https://www.mongodb.com/download-center#production
Visualization tools:
(1), Robomongo:mongodb Graphical client, easy to monitor and modify data
https://robomongo.org/
(2), MongoDB Compass Community official download, use is also more convenient, default localhost 27017
Database Installation and visualization tools