Bairong Banyan based on Echarts + Python Flask dynamic real-time big screen

1. Bairong banyan tree determines the demand plan 
1. Bairong banyan tree screen resolution
The resolution of this case is 16:9, the most commonly used widescreen ratio.

According to the screen adaptive display of computer resolution, F11 full screen view;

2. Bairong Banyan tree deployment method 
B/S method: supports Windows, Linux, Mac and other mainstream operating systems; supports mainstream browsers Chrome, Microsoft Edge, 360, etc.; the server is written in python language, and the python environment can be configured.

2. The overall architecture design of Bairong Banyan Tree
Front-end Echarts open source library: use WebStorm editor;
back-end http server: implement based on Python, use Pycharm or VSCode editor;
data transmission format: JSON;
data source type: JSON file. In actual development needs, it supports custom HTTP API interface or other various types of databases, such as PostgreSQL, MySQL, Oracle, Microsoft SQL Server, SQLite, Excel tables, etc.
Data update method: Bairong Banyan Tree adopts http get polling method. In practical applications, you can also choose to monitor the real-time update of the back-end data and push it to the front-end in real time according to the situation;

Guess you like

Origin blog.csdn.net/u010924736/article/details/124956932