https://github.com/botkop/botkop-telcotraffic-viz-node
Telco traffic visualisation with node.js
https://github.com/botkop/botkop-telcotraffic-viz-node
Last synced: 6 months ago
JSON representation
Telco traffic visualisation with node.js
- Host: GitHub
- URL: https://github.com/botkop/botkop-telcotraffic-viz-node
- Owner: botkop
- Created: 2016-03-29T15:28:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T17:54:33.000Z (over 10 years ago)
- Last Synced: 2025-06-22T07:37:29.549Z (about 1 year ago)
- Language: HTML
- Size: 8.3 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Telco traffic visualisation with node.js
========================================
Prerequisites:
--------------
node.js: download from https://nodejs.org/en/download/
npm: download from https://nodejs.org/en/download/
First time only:
----------------
In the checked out/cloned folder, execute:
npm install
Configure:
----------
Edit the file conf/application.json
Most notably, you may want to edit the location of geofence.file to the same location of the geofence.file parameter in
botkop:botkop-telcotraffic-spark/src/main/resources/application.conf
Or you can do as I do, and use a symbolic link.
The thing is, if you put then to the same physical file, this will be picked up by both the spark job and the visualization.
Run:
----
Execute:
node server.js
First impressions:
------------------
Use case 1: Geofencing
https://raw.githubusercontent.com/botkop/botkop-telcotraffic-viz-node/master/doc/geofences.png
Use case 2: Heatmap
https://raw.githubusercontent.com/botkop/botkop-telcotraffic-viz-node/master/doc/heatmap.png
Use case 3: Anomaly detection
https://raw.githubusercontent.com/botkop/botkop-telcotraffic-viz-node/master/doc/anomalies.png