1. Overview
2. Installation
3. Scope of functionalities
4. Examples of use
5. Appendix
The goal is to link the microservices with jobs and batch processing. The functions /F040/, /F050/ of the functional specification are implemented.
There also exists a Docker Repository, which is linked with this one and from which the service can be obtained as an image. And can then be used locally as a container.
The installation and execution is possible exclusively provided within the framework of the docker-compose.yml.docker-compose up
GET /dataStatus
Receives a request confirming that the DataServer is ready.POST /takeJob
Receives a request with a job and queues it.
Software | Version |
---|---|
Flask | 1.1.2 |
requests | 2.25.0 |
flask_cors | 3.0.9 |
xarray | 0.16.1 |
dask[complete] | 2.30.0 |
numpy | 1.19.3 |
scipy | 1.5.4 |
netcdf4 | 1.5.4 |