# bigdata_practice **Repository Path**: guznwang/bigdata_practice ## Basic Information - **Project Name**: bigdata_practice - **Description**: 大数据分析可视化实践 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-01-08 - **Last Updated**: 2021-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bigdata_practice ![](https://img.shields.io/badge/hive-1.1-green) ![](https://img.shields.io/badge/python-3.6%2B-brightgreen) ![](https://img.shields.io/badge/flask-1.1%2B-orange) ![](https://img.shields.io/badge/echarts-4.7-yellowgreen) 大数据实践项目 - nginx 日志分析可视化 ## 功能说明 通过 hive 分析 nginx 日志,将分析结果通过 flask + echarts 进行可视化展示 ## 数据收集分析过程 [数据收集分析过程](https://github.com/TurboWay/bigdata_practice/blob/master/process.md) ## 运行 运行 cd ironman; python app.py 打开 http://127.0.0.1:5000/ ## 效果图 ### 24 小时访问趋势 ![image](https://github.com/TurboWay/imgstore/blob/master/bigdata_practice/e1.jpg) ### 每日访问情况 ![image](https://github.com/TurboWay/imgstore/blob/master/bigdata_practice/e2.jpg) ### 客户端设备占比 ![image](https://github.com/TurboWay/imgstore/blob/master/bigdata_practice/e3.jpg) ### 用户分布 ![image](https://github.com/TurboWay/imgstore/blob/master/bigdata_practice/e4.jpg) ### 爬虫词云 ![image](https://github.com/TurboWay/imgstore/blob/master/bigdata_practice/e5.jpg)