Build on the Open Compute Network — SDK and API
The Open Compute Network is programmable. The Python SDK has no dependencies at all, so it installs into a fragile scientific environment without disturbing it, and with no credentials configured it runs the same program locally and returns the same results. Decorating a function declares what resources it needs; mapping it over a list of inputs runs it across the network in stable order. Pipelines chain stages so intermediate results never travel back to the caller.
- The SDK is Python 3.10 or newer with zero dependencies.
- With no network or credential configured, the same call runs locally and returns the same results.
- Results come back in the order the inputs went in, whether computed, cached, or run locally.
- A full HTTP API is documented, with request signing for anything that moves money.
Elsewhere on this site
The Cube Floor — The Open Compute Network. The live figures on
this page are loaded from https://api.thecubefloor.com,
which is public and needs no credentials to read.