Hadean Connect
Hadean.com
Search…
Introduction
Get Started
System Requirements
Installing Hadean Connect
Integration and Setup
Building with CMake
Running Hadean Connect
Configuration
Monitoring
Viewing Metrics
Accessing Log Files
Release Notes
v4 - Release Notes
Powered By
GitBook
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.
Platform
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:
1
muxer-sdk
2
├── autoscaler
3
├── common
4
├── examples
5
├── muxer-server
6
├── protocol
7
└── repclient
Copied!
autoscaler
This directory includes the Connect (muxer) binaries as well as configuration files
1
.
2
├── autoscaler
3
├── cluster-config.toml
4
└── data
5
├── autoscaler.toml
6
└── muxer
7
└── muxer_config.toml
Copied!
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
examples
Contains a simple example showcasing how to implement both the Muxer Server Plugin and the 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
Get Started - Previous
System Requirements
Next - Get Started
Integration and Setup
Last modified
5d ago
Copy link
Contents
Installing the Platform SDK
Installing Hadean Connect
autoscaler
common
examples
muxer-server
protocol
repclient