Quickstart
Here we provide an example of deploying HyperQueue on a local computer and running a simple "Hello world" script.
Run each of the following three commands in separate terminals.
-  Start the HyperQueue server $ hq server startThe server will manage computing resources (workers) and distribute submitted tasks amongst them. 
-  Start a HyperQueue worker $ hq worker startThe worker will connect to the server and execute submitted tasks. 
-  Submit a simple computation $ hq submit echo "Hello world"This command will submit a job with a single task that will execute echo "Hello world"on a worker. You can find the output of the task injob-1/0.stdout.
That's it! For a more in-depth explanation of how HyperQueue works and what it can do, check the Deployment and Jobs sections.
  Last update: November 2, 2021 
Created: October 28, 2021
 Created: October 28, 2021