https://github.com/open-eo/openeo-jeodpp-driver
OpenEO driver for JEODPP
https://github.com/open-eo/openeo-jeodpp-driver
Last synced: about 1 month ago
JSON representation
OpenEO driver for JEODPP
- Host: GitHub
- URL: https://github.com/open-eo/openeo-jeodpp-driver
- Owner: Open-EO
- Created: 2017-12-05T16:28:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T18:33:05.000Z (over 3 years ago)
- Last Synced: 2025-01-25T11:42:37.554Z (over 1 year ago)
- Language: Python
- Size: 969 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openEO JEODPP web service and back-end
## Work flow
Client posts a job, job is created in the database

Client requests start processing batch job. Job is queued by Kubernetes and status is set to `queued` in database.

Process is started in Kubernetes cluster and status is set to `running` in database.

Process has ended and status is set to `finished` in database.
