Skip to content

edgeryders/edgesense

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
php
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Edgesense

The current version of the Edgesense SNA tool is made up of:

  • a data processing script used to build the network from the source json files and to compute all the metrics. This script is contained in the python directory and can be installed via a simple command.
  • a single-page HTML5/javascript application that reads the json produced by the python script and builds a dashboard with the visualization of the network and the metrics
  • a Drupal module for easy installation of the dashboard in a Drupal site.

Data processing

See the Python library README for details on how to install the script.

Drupal module

See the Drupal module README for installation instructions.

Dashboard documentation

See the dashboard documentation for details on the configuration.