Skip to content
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

Draft
wants to merge 42 commits into
base: master
Choose a base branch
from
Draft

GraphDB storage POC #2

wants to merge 42 commits into from

Conversation

svenvanderburg
Copy link
Contributor

@svenvanderburg svenvanderburg commented Jun 19, 2020

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).

dsmits added 30 commits May 25, 2020 17:19
run_task now runs algorithm from local registry
Using official vantage6 python client
Made vserver depend on db
No need to run setup_vserver anymore
Copy link
Collaborator

@dsmits dsmits left a 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

@svenvanderburg svenvanderburg marked this pull request as draft June 22, 2020 09:19
@svenvanderburg svenvanderburg changed the title WIP: Linked data POC Linked data POC Jun 22, 2020
@svenvanderburg svenvanderburg changed the title Linked data POC GraphDB storage POC Jun 24, 2020
Copy link
Collaborator

@dsmits dsmits left a 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
Copy link
Collaborator

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 👍

@svenvanderburg
Copy link
Contributor Author

svenvanderburg commented Jun 25, 2020

Cool! So this works with the sparql query from vantage6-algorithms? Maybe it would be nice to demo this?

  1. Correct!
  2. Yeah, sure, I can demo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants