Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edgeryders/edgesense
Making sense of online conversations as networks
https://github.com/edgeryders/edgesense
Last synced: 3 months ago
JSON representation
Making sense of online conversations as networks
- Host: GitHub
- URL: https://github.com/edgeryders/edgesense
- Owner: edgeryders
- License: mit
- Created: 2014-02-16T14:17:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T19:06:54.000Z (over 3 years ago)
- Last Synced: 2024-10-06T18:03:42.021Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 18.8 MB
- Stars: 36
- Watchers: 11
- Forks: 12
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - edgeryders/edgesense - Making sense of online conversations as networks (others)
README
## 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](python/README.md) for details on how to install the script.
### Drupal module
See the Drupal module [README](php/drupal/README.md) for installation instructions.
### Dashboard documentation
See the [dashboard documentation](documentation/DASHBOARD.md) for details on the configuration.