https://github.com/turboway/big_screen
数据大屏可视化
https://github.com/turboway/big_screen
Last synced: about 2 months ago
JSON representation
数据大屏可视化
- Host: GitHub
- URL: https://github.com/turboway/big_screen
- Owner: TurboWay
- License: mit
- Created: 2020-09-28T09:02:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-12T16:32:06.000Z (about 3 years ago)
- Last Synced: 2025-01-15T22:30:03.786Z (4 months ago)
- Language: HTML
- Homepage: http://bigscreen.turboway.top/corp
- Size: 992 KB
- Stars: 1,721
- Watchers: 36
- Forks: 366
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# big_screen
数据大屏可视化# 功能
便利性工具, 结构简单, 直接传数据就可以实现数据大屏
# 安装
```
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple flask
```# 运行
```
cd big_screen;
python app.py;
```* 大数据可视化展板通用模板 http://127.0.0.1:5000/
* 4600 万企业数据大屏可视化 http://127.0.0.1:5000/corp
* (2020-09) 厦门 10 万招聘数据大屏可视化 http://127.0.0.1:5000/job
# 示例

# 使用
- 1、编辑 data.py 中的 SourceData 类(或者新增类,新增的话需要编辑 app.py 增加路由,请参考 CorpData/JobData)
- 2、从任何地方读取你的数据,按照 SourceDataDemo 的数据格式,填充到 SourceData 类
- 3、运行 python app.py 查看数据变更后的效果# 参考
> https://gitee.com/lvyeyou/DaShuJuZhiDaPingZhanShi