Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.78 KB

README.rst

File metadata and controls

48 lines (33 loc) · 1.78 KB

Globus Compute Examples

Launch in Binder Documentation Status Apache Licence V2.0

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.

Using Globus Compute with Binder

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.

Start Binder

Using Globus Compute 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

Documentation

Complete documentation for Globus Compute is available here