Go from a single-machine notebook to distributed analysis over datasets that no longer fit in memory.
You already work in Python and pandas. You have hit the point where a dataset takes hours to process, or no longer fits on one machine, and you would rather not become an infrastructure engineer to fix it. This path takes you from your first session to distributing a real dataframe workload across a cluster.
Work through these in order.
What Eugo is, what problem it solves, and how to run your first workload on a cluster.
Work fluently in the browser-based notebook environment where your Python actually runs.
eugo.hpcTurn ordinary Python into distributed work with a decorator, then scale it across a cluster.
Take a single-machine geospatial pipeline to a cluster, and find out where the time actually goes.
Working Python, and familiarity with pandas or NumPy. No prior distributed-computing experience is assumed. The path introduces tasks, futures, and actors from scratch.
You need a workspace to follow along. If your organization has not set one up, the workspace admin path covers that side.