tree: dc1b8373f0d64f6e686547356546c18cf7eed7a9 [path history] [tgz]
  1. hello_world/
  2. ray_Hamilton_UI_tracking/
  3. README.md
  4. requirements.txt
examples/ray/README.md

Scaling Apache Hamilton on Ray

Ray is a general purpose framework that allows for parallel computation on a local machine, as well as scaling to a Ray cluster.

Two ways to use Ray

injecting @ray.remote

See the hello_world example for how you might accomplish scaling Apache Hamilton on Ray, where @ray.remote is injected around each Apache Hamilton function.

creating tasks

For this paralle task approach see this example instead.