https://github.com/neurodata/graph-explorer
Web-based graph analytics and some visualization
https://github.com/neurodata/graph-explorer
Last synced: 6 months ago
JSON representation
Web-based graph analytics and some visualization
- Host: GitHub
- URL: https://github.com/neurodata/graph-explorer
- Owner: neurodata
- License: apache-2.0
- Created: 2015-10-05T20:51:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T20:10:29.000Z (about 10 years ago)
- Last Synced: 2024-12-29T19:35:57.358Z (over 1 year ago)
- Language: R
- Size: 92.8 KB
- Stars: 4
- Watchers: 7
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeuroData's Graph Explorer
Web-based graph analytics and some visualization
To run:
1. go to the shiny dir
2. start R
3. type `library('shiny')`
5. type `runApp()`
# Deploy Updates
1. log in to brainapps1.neurodata.io
2. ```cd /srv/shinyapps/Graph-Explorer```
3. ```git pull deploy```
4. (maybe restart shiny)
# If docker container goes down
1. ```./graphexplorerstart.sh```
# If we want to add more dependencies to installation
- Update dockerfile
- Run ```sudo docker build -t graph_explorer .``` in the same directory as the Dockerfile
# To get a terminal on the docker container
- ```docker exec -it <> /bin/bash```
- Find the container name by running ```docker ps```