Links
Comment on page

Running Hadean Connect locally

Whilst Hadean applications are inherently cloud native, we also provide a mechanism that allows Connect to be deployed to your local machine in a WSL instance.
When running locally there is no need to run with autoscaler enabled as only a single Connect node will be deployed.
Starting the Connect locally is similar to starting any application running on the Hadean Platform, in this case you will need to pass through a configuration file for the Connect. This is done by adding the the -m flag to the startup command to set the configuration with Connect config as shown below
hadean run ./muxer -m config/muxer_config.toml=<path_to_config.toml>
For more details on the Hadean Platform CLI and the available commands, refer to Platform.