Links

Installing Hadean Connect

Installing the Platform SDK

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.

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
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
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