Skip to content

基于wifi路由收集的数据,对商铺客流信息进行分析

License

Notifications You must be signed in to change notification settings

ChanKamShing/WiFi_Analyse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFi_Analyse

基于wifi路由收集的数据,对商铺客流信息进行分析

        (详细要求参考:http://www.cnsoftbei.com/bencandy.php?fid=148&id=1515)

#项目介绍:

    1、基于wifi设备,通过其探针设备采集可检测范围内的手机MAC地址、与探针距离、时间、地理位置等信息;
    2、探针收集的数据定时向服务器传送,并保存;
    3、利用大数据技术对数据进行客户流量信息等指标进行分析。

数据被收集到服务端,经过清洗后的格式为:

{"tanzhen_id":"00aabbce","mac":"a4:56:02:61:7f:1a","time":"1492913100","rssi":"95","range":"1"}

        事实上,客流信息包括:客流量、入店量、入店率、来访周期、新老顾客、顾客活跃度、驻店时长、跳出率、深访率等。

那么可以进一步处理,得到一张中间表,数据格式为:

{"mac":"a4:56:02:61:7f:1a","in_time":"xxxxxx","out_time":"xxxxxx","stay_time":"xxxxxx"}

        所有指标都可以通过中间表进行简单sql操作可以得到。

About

基于wifi路由收集的数据,对商铺客流信息进行分析

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages