Skip to content

Toniof auxdata provision - #55

Open
TonioF wants to merge 3 commits into
masterfrom
toniof-auxdata_provision
Open

Toniof auxdata provision#55
TonioF wants to merge 3 commits into
masterfrom
toniof-auxdata_provision

Conversation

@TonioF

@TonioF TonioF commented Nov 15, 2019

Copy link
Copy Markdown
Collaborator

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