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 belowhadean run ./muxer -m config/muxer_config.toml=<path_to_config.toml>
Last modified 1yr ago