dsp-api icon indicating copy to clipboard operation
dsp-api copied to clipboard

Webapi should initialize GraphDB

Open subotic opened this issue 6 years ago • 0 comments

As a final goal, I would like to see the following workflow:

  1. At startup, if there is no GraphDB repository created, then webapi should optionally create one.
  2. Use the Knora API to load data
  3. No need to restart webapi after reloading of data

To Initialize GraphDB, it should not be required to check out the Knora repository from Github. Everything needed should be the published Docker images.

Use Cases:

  • First time user trying out Knora
  • 3rd party developers needing an easy way to start the Knora stack
  • CI: Automated integration testing. Only docker images should be necessary

Related Issues

  • #1180

subotic avatar Dec 06 '18 10:12 subotic