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