Skip to content

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?

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.

3 participants