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

Toniof auxdata provision #55

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Toniof auxdata provision #55

wants to merge 3 commits into from

Conversation

TonioF
Copy link
Collaborator

@TonioF TonioF commented Nov 15, 2019

This is a change to make the Prior Engine run on DIASes. It uses an AuxDataProvider. An AuxDataProvider implements two methods:

  • listElements(folder, pattern): Retrieves a list of all files in a folder (that optionally may match a pattern)
  • assure_element_provided(file_name): Ensures that the file is actually located at the location
    These are bascially oneliners for the Default Implementation, which just checks a directory in the file system. On a DIAS system, also the content of a bucket is changed and assure_element_provided might trigger a download.
    To run this, you will need the latest version of multiply_core (master branch).

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

Successfully merging this pull request may close these issues.

1 participant