https://github.com/humanbrainproject/kg-statistics
UI and scripts for Nexus Graph Visualization
https://github.com/humanbrainproject/kg-statistics
knowledge-graph
Last synced: 11 months ago
JSON representation
UI and scripts for Nexus Graph Visualization
- Host: GitHub
- URL: https://github.com/humanbrainproject/kg-statistics
- Owner: HumanBrainProject
- License: apache-2.0
- Created: 2018-05-31T09:21:49.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T11:05:27.000Z (about 2 years ago)
- Last Synced: 2025-03-29T11:01:30.851Z (about 1 year ago)
- Topics: knowledge-graph
- Language: JavaScript
- Size: 2.04 MB
- Stars: 2
- Watchers: 9
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project offers representation of the knowledge graph.
## Repo
https://github.com/HumanBrainProject/kg-statistics
## Build
To build the frontend run the following commands
```
npm install -g gulp-cli
cd ui
npm install
npm build
```
This will create all the files needed in the /ui folder
## Run
In order to run locally the statistics project run the following commands inside ui
```
npm start
```
This will start a local node server on the port 8000
## Build the docker
```
docker build . --tag kg-statistics:1.0.0
```
## Run the container
```
docker run -d --publish 80:80 kg-statistics:1.0.0
```