appelmar / gdalcubes_cpp

Earth observation data cubes from GDAL image collections
MIT License
74 stars 7 forks source link

gdalcubes_worker binary and Docker image for scalability #4

Open appelmar opened 5 years ago

appelmar commented 5 years ago

To scale analysis in shared-nothing environments, a Docker image which runs a gdalcubes_worker binary that listens to incoming tasks would be useful.

appelmar commented 5 years ago

Now under development since https://github.com/appelmar/gdalcubes/commit/60f1e371b3726b7f20c04f4c6b98bfac552c21d3

appelmar commented 5 years ago

A first prototype is now working (see https://github.com/appelmar/gdalcubes/commit/7813f965194e1ff50462eb04f106c8f0254bd3c5). So far, swarm clients are not fault tolerant.