blob: 40cf717ca93301ed22aa4bb399d97517decc8f94 [file] [log] [blame] [view]
# Scaling Hamilton on Dask
[Dask](https://dask.org) is a general purpose framework that allows for parallel
computation on a local machine, as well as scaling to a
Dask cluster.
See the `hello_world` example for how you might accomplish
scaling Hamilton on Dask.