Comment on page
Installing Hadean Connect
Connect is an application that runs on the Hadean Platform, to use Connect you need to install the Hadean Platform and create a cluster to host it. See the Hadean Platform documentation to get started.
Connect is delivered as an archive containing Connect and Autoscaler binaries compiled for use on the Hadean Platform.
Once the archive is extracted, you will have a
muxer-sdk
directory containing the following sub-directory:muxer-sdk
├── autoscaler
├── common
├── muxer-server
├── protocol
└── repclient
This directory includes the Connect (muxer) binaries as well as configuration files
.
├── autoscaler
├── cluster-config.toml
└── data
├── autoscaler.toml
└── muxer
└── muxer_config.toml
cluster-config.toml | Used to configure security policies and capabilities of the Hadean platform, see Platform for more details |
autoscaler.toml | Used to configure the scaling characteristics of your cluster, for more details see Configuring Automatic Scaling |
muxer_config.toml |
Includes helper functionality used by both the Muxer Server Plugin and Muxer Client Plugin
Contains files required to integrate the Muxer Client Plugin into your client application
Includes header files defining how entities should be constructed in order to serialise data to Connect.
Contains files required to integrate the Muxer Client Plugin into your client application
Last modified 11mo ago