Skip to content

vliz-be-opsci/KH_kgap_demo

Repository files navigation

K-GAP DEMO for FRDN KnowledgHub community day

Running this project

Steps

  1. Clone github repository
git clone git@github.com:vliz-be-opsci/KH_kgap_demo.git
  1. Build services
.$ cp dotenv-example .env             # make sure you have an .env file
.$ docker compose build  # use docker to build the services 
  1. Start up services
.$ docker compose up

Open the Jupyter notebook and/or GraphDB environments:

.$ xdg-open $(docker/jupyter_url.sh)  # this gets the url for the service and opens a browser to it
.$ xdg-open http://localhost:7200     # opens the web ui in a browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages