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

As a contributor I want to facitate model/dependency management for UDFS #650

Open
HansVRP opened this issue Oct 29, 2024 · 5 comments
Open

Comments

@HansVRP
Copy link
Contributor

HansVRP commented Oct 29, 2024

Follows from the discussion in: ESA-APEx/apex_algorithms#44

There is a lot of repeated code on downloading's and unzipping dependencies/models for UDFs.

As a user it would be easier to if this functionality is standardized

@HansVRP
Copy link
Contributor Author

HansVRP commented Oct 29, 2024

@soxofaan

@JeroenVerstraelen
Copy link
Contributor

First steps: discuss and create plan.

@jdries
Copy link
Collaborator

jdries commented Nov 25, 2024

Options:

  • python API that is available backend side to handle common tasks, this has standardization impact
  • allow to 'stage in' specific files from user workspace

@soxofaan
Copy link
Member

The idea of the discussion at ESA-APEx/apex_algorithms#44 that triggered this ticket is to extract and streamline the reusable boilerplate from https://github.com/ESA-APEx/apex_algorithms/pull/44/files#diff-e4675798e612393458d512e82ec49d1083fe90012bd506f1f2e05c971d0bcac4

@HansVRP
Copy link
Contributor Author

HansVRP commented Nov 26, 2024

I mainly see 2 usecases:

  1. passing models along a UDF to use them in the cloud.
  2. passing additional files with code you want to use within your udf, instead of needing to place everything in it

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

No branches or pull requests

4 participants