dsp-api
dsp-api copied to clipboard
Webapi should initialize GraphDB
As a final goal, I would like to see the following workflow:
- At startup, if there is no GraphDB repository created, then
webapishould optionally create one. - Use the Knora API to load data
- No need to restart
webapiafter 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