Using Your Own Data, Part II - Sotera/track-communities GitHub Wiki

Running Track Communities Analytics

Under the assumption you successfully completed Part I and uploaded your own data file and configuration file into your Aggregate Micro Paths install location, you are ready to run the full package of analytics for Track Communities.

Track Communities Script

The runner for executing the entire Track Communities package of data and analytics is at:

/srv/software/track-communities/run.sh
or
[git repository home]/srv/software/track-communities/run.sh

Things You Need To Setup

You will need to identify and edit the following parameters in the Track Communities script - this should be a one time environment setup tweak.

#aggregate-micro-paths location
AMP=/srv/software/aggregate-micro-paths
#track-communities
TRACK_COMMS=/srv/software/track-communities
#distributed-louvain-modularity
LOUVAIN=/srv/software/distributed-louvain-modularity

Executing the Script

You pass your configuration file name as a parameter when executing the Track Communities script.

./run.sh myexample.ini

Testing It All

See the Testing It All section for how to start up and utilize your data within the application.

If your VM is already running and services started, your new data set should show up automatically in the [CONFIG] data source drop down.