Links

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

cargo build --release

Run your application locally - more

hadean run <path to binary> --config <path to config>

Create a cluster to deploy your application to - more

hadean cluster --name <name> create <options>

Run your application on your cluster - more

hadean cluster -n <name> deploy <path to application binary>
hadean cluster -n <name> run <path to config>