-
Notifications
You must be signed in to change notification settings - Fork 1
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
UDP support (/process_graphs
)
#90
Comments
The details have to be discussed, but the most important thing is that files and user-defined processes must be accessible by all back-ends in the federation because otherwise, users can't re-use them properly in other processes. User shouldn't need to care about where something is available and where it's not available. |
Just forward to "first" upstream backend
and only include non-standard "public" field when True related to Open-EO/openeo-aggregator#90
Just forward to "first" upstream backend
We just added very basic UDP support to the aggregator (just on dev instance openeocloud-dev.vito.be at the moment): This is not ideal because there is no federation aspect to this, but at least the basics are working for majority of processing requests (which go to VITO anyway). We just decided this was an easy first step to have basic functionality in place |
basic implementation is available, will close this ticket. Follow-up is for https://github.com/openEOPlatform/architecture-docs/issues/368 |
Add support for UDPs (
GET /process_graphs
and related).Questions:
The text was updated successfully, but these errors were encountered: