Platform
Hadean Platform API
Search…
The Hadean Platform
Creating Hadean Platform applications
An example application
Getting started
System requirements
Installing the SDK
Building and running an example application
Getting your cloud ready for the Hadean Platform
Deploying an application to the cloud
Configuring your application
Summary
CLI commands
Hints, Tips, and Troubleshooting
Building your own runtime bundle
Running a Python3 application
Telemetry
Licenses
Terms and conditions
Powered By
GitBook
Summary
Run your own application on the Hadean Platform
In summary, the Hadean Platform gives you command line tools and an easy to use API that let you build, deploy and run your application on Hadean Platform clusters that scale dynamically.
Build your application -
more
1
cargo build --release
Copied!
Run your application locally -
more
1
hadean run <path to binary> --config <path to config>
Copied!
Create a cluster to deploy your application to -
more
1
hadean cluster --name <name> create <options>
Copied!
Run your application on your cluster -
more
1
hadean cluster -n <name> deploy <path to application binary>
2
hadean cluster -n <name> run <path to config>
Copied!
Getting started - Previous
Configuring your application
Next - Getting started
CLI commands
Last modified
3mo ago
Copy link
Contents