Globus Compute is a Function-as-a-Service (FaaS) platform for science that enables you to register functions in a cloud-hosted service and then reliably execute those functions on a remote Globus Compute endpoint. This tutorial is configured to use a tutorial endpoint hosted by the Globus Compute team. You can setup and use your own endpoint by following the Globus Compute documentation.
The easiest way to run these tutorials is via Binder. Using Binder you can run the tutorial notebooks in your browser without installing any code locally.
To install Globus Compute, please ensure you have python3.7+.:
$ python3 --version
Install using Pip:
$ pip install globus-compute-sdk
To use our example notebooks you will need Jupyter.:
$ pip install jupyter
Complete documentation for Globus Compute is available here