-
Notifications
You must be signed in to change notification settings - Fork 3
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
Extend and improve process graph repository #20
Comments
Compliant to openEO API v0.4.2. The Hub now supports `GET /process_graphs`, `POST /process_graphs`, and `GET /process_graphs/{process_graph_id}`. The Hub does not support any authentication, i.e. *everybody* can submit process graphs and *everybody* can access them. (That's also the reason why the PATCH and DELETE endpoints are not supported, i.e. why point 5 of #20 is not yet addressed.)
Point 4 in the list above is essentially a sub-feature of point 5: Commit a6c2e5e made The PATCH and DELETE endpoints shouldn't be supported before there is no user management, otherwise anyone could just remove all stored process graphs. I.e. point 5 depends on point 3. ➡️ Point 4 is done, point 5 is now supported 3/5 = 60%. |
This issue is on hold and needs further investigation based on the outcomes of Open-EO/openeo-api#85 for process graphs. |
Just to add: |
There is a process graph repository, but it is very basic. It could be improved by the following things:
run_process_graph
process ✳️/process_graphs
endpoints -- this way, users could interact with the openEO Hub repository via the openEO-API-compatible tools they already know and use ✳️list to be continued
✳️ = idea taken from my bachelor thesis
See #2 for the initial process graph repository idea.
The text was updated successfully, but these errors were encountered: