An open API service indexing awesome lists of open source software.

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

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