KG-UI is a knowledge graph user interface that can be used as a frontend for Neo4j knowledge graph databases bioinformatics applications. Below is a set of Jupyter notebooks to guide you through the process:
To run the interface locally, run the following commands:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
npm version <major/minor/patch>
helm install maayanlab/docker-compose -f <(docker-compose config) -n --create-namespace
helm upgrade maayanlab/docker-compose -f <(docker-compose config) -n
helm template maayanlab/docker-compose -f <(docker-compose config) -n
docker-compose -f docker-compose-legacy.yml build
For more information about customizing the user interface, see examples from this repo.