-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphDB storage POC #2
base: master
Are you sure you want to change the base?
Conversation
run_task now runs algorithm from local registry
Using official vantage6 python client
Made vserver depend on db
Pretty print results
No need to run setup_vserver anymore
Changed data for umcu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm assuming you don't want to actually merge these changes
Convert run_task.py into command line client
…tup into linked-data-poc Conflicts: run_task.py
…he graphdb instance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! So this works with the sparql query from vantage6-algorithms? Maybe it would be nice to demo this?
@@ -3,19 +3,22 @@ | |||
## Running the local setup | |||
Simply run: | |||
```shell script | |||
docker-compose up -d | |||
docker-compose up --force-recreate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice that you updated the readme as well 👍
|
b4120bc
to
b5f85a3
Compare
Serves as a POC for using GraphDB RDF-store as a data source instead of .csv. Relates to CARRIER-project/vantage6-algorithms#8
Changes allow for setting up a single vnode ('escience') which exposes a GraphDB endpoint. The GraphDB is populated with some sample data. Network is setup in such a way that the algorithm container can access the GraphDB endpoint. We can run a simple algorithm that queries this data (see CARRIER-project/vantage6-algorithms#8).