asascience-open / restful-grids

Exploring modern RESTful services for gridded data
https://asascience.github.io/restful-grids/
MIT License
10 stars 3 forks source link

Initial exploration of bringing in a dask client #26

Open abkfenris opened 2 years ago

abkfenris commented 2 years ago

Requires running an external dask scheduler and worker. dask-scheduler --port 8786 dask-worker --nworkers=auto localhost:8786