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.
cargo build --release
hadean run <path to binary> --config <path to config>
hadean cluster --name <name> create <options>
hadean cluster -n <name> deploy <path to application binary>
hadean cluster -n <name> run <path to config>