Home

Awesome

CircleCI

dask-remote

Aims to collect tools for deploying a persistent dask cluster, in particular on Kubernetes.

dask_remote.runner

With a Cluster and the API server both running, we can e.g. scale the cluster over REST:

$ curl -X POST http://localhost:8000/scale/42

See ClusterProcess README

dask_remote.client

Cluster widgetClient widget

dask_remote.deployment

Provides a DeploymentCluster class for managing scaling via a Kubernetes Deployment of worker Pods.

See DeploymentCluster README