Skip to content

Commit

Permalink
architecture diagram and a bit improved docs #22
Browse files Browse the repository at this point in the history
  • Loading branch information
manonthegithub committed Mar 24, 2022
1 parent 3aaff57 commit ba8e9d3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ The G is an ORcronym for (git|graph).

You can find the documentation under: https://dbpedia.gitbook.io/databus/v/gstore/

You can find a test instance to try queries on your own under: http://gstore-playground.tools.dbpedia.org/

## Overview
TODO architecture diagram showing the three components, maybe include a centralized and a de-centralized architecture view
![Gstore architecture](./documentation/gstore_dia.svg)
4 changes: 4 additions & 0 deletions documentation/gstore_dia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion documentation/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ git clone https://github.com/dbpedia/gstore.git
cd gstore
# create folder (writable by all services)
mkdir databus
# run docker-compose (builds new image from the sources)
# run docker-compose (builds new image from the sources), this will start virtuoso
docker-compose up --build
# or (for running gstore with Jena Fuseki)
docker-compose -f docker-compose-fuseki.yml up --build
```
6 changes: 3 additions & 3 deletions documentation/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
After the containers are up, the following services will be available:

* GIT File Browser http://localhost:3002/file
* Virtuoso SPARQL http://localhost:3003/sparql
* SPARQL endpoint http://localhost:3002/sparql
* GSTORE http://localhost:3002/ with swagger documentation
* GET /graph/read
* POST /graph/delete
* DELETE /graph/save
* DELETE /graph/delete
* POST /graph/save
* POST /dataid/tractate
* POST /shacl/validate

Expand Down

0 comments on commit ba8e9d3

Please sign in to comment.