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

Add unique parameter i.e. joey_remote_url or joey_arg_url for remote m2m data exchange #24

Closed
tpmccallum opened this issue Jun 2, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@tpmccallum
Copy link
Contributor

If a caller is using the multipart endpoint to run a function, Joey should allow the caller to specify a joey_remote_data_url as one of the parameters i.e. if the caller is executing a function that edits a large video/image they should not be required to have that image on their local device (in order to add the data as a function argument/parameter).

This way callers can be light clients like mobile phones, yet still initiate high performance/compute intensive/data intensive processes from a small remote device.

How would this work?
If call to /api/multipart/run contains a string called joey_remote_data_url then Joey need to go and fetch the raw data at that URL's location and pass it into the ssvm function call (all server side)

@tpmccallum tpmccallum added the enhancement New feature or request label Jun 2, 2020
@tpmccallum
Copy link
Contributor Author

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

No branches or pull requests

1 participant