Installing Hadean Connect

Installing the Platform SDK

Installing Hadean Connect

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

autoscaler

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

autoscaler.toml

Used to configure the scaling characteristics of your cluster, for more details see Configuring Automatic Scaling

muxer_config.toml

Used to configure the Connect interest management options. see Interest Management

common

Includes helper functionality used by both the Muxer Server Plugin and Muxer Client Plugin

muxer-server

Contains files required to integrate the Muxer Client Plugin into your client application

protocol

Includes header files defining how entities should be constructed in order to serialise data to Connect.

repclient

Contains files required to integrate the Muxer Client Plugin into your client application

Last updated