# RealTimeTraffic **Repository Path**: forview/RealTimeTraffic ## Basic Information - **Project Name**: RealTimeTraffic - **Description**: 项目介绍参见博客http://blog.sina.com.cn/s/blog_5ca749810102vf66.html - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2015-07-31 - **Last Updated**: 2022-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README function: =============== A real time road traffic condition(congestion or not) ananlysis system with realtime mass GPS data collected from Taxis and buses based on Twitter storm stream computing framwork. A demo of this system, please visit : http://210.75.252.140:8080/infoL/sslk_weibo.html the traffic condition updates every 30 seconds. To Deploy: ==== (1) you need a powerfull storm cluster: http://storm.apache.org; (2) you need a whole city GIS(geographic information system) road databaes or ArcGIS .shp files; (3) you need to download open sourced geoTools .jar file (http://www.geotools.org/) and put in folder storm/lib. Submit Storm topology: ==== storm jar real-time-traf-0.0.1-SNAPSHOT.jar realTraffic.RealTimeTrafficTopology realtimeTraffic