Telemetry context
An integration plan should identify the asset, measurement, units, event time and quality of each signal. Preserve enough source context to investigate unexpected readings.
RAIN / Software
Prepare an integration for RAIN’s local learning architecture: telemetry context, model evaluation and operator-facing evidence.
Integration preview · public SDK not released
01 / THE IDEA
A public RAIN SDK package and versioned API reference are not released. This guide describes the information an integration needs to preserve so a pilot can be scoped coherently. Exact interfaces, supported environments and adapter behavior must be established during that work.
An integration plan should identify the asset, measurement, units, event time and quality of each signal. Preserve enough source context to investigate unexpected readings.
Define how an input window, model version and evaluation result relate. A candidate’s training process must remain separate from the decision to promote it.
Describe what the operator needs to see: the observation, relevant evidence, model version and history. Keep the interface outside the equipment command path.
02 / IN PRACTICE
Define the scope, preserve the boundary, and make the outcome something a person can inspect.
Inventory the equipment interface and its read-only access method. Document signal names, timing, units and known gaps without assuming an available connector.
Agree how missing, late, repeated or invalid readings should appear to downstream components and the operator. Include recovery in the integration plan.
Use representative sample data and agreed acceptance criteria to scope an adapter. Verify the target environment before planning a field trial.
03 / A FEW DETAILS
No public RAIN SDK package or installation command is published. This page is an integration preview, not an executable SDK quickstart.
No versioned public interface is established here. The runtime is at the simulation stage, and adapter requirements must be agreed for a scoped pilot.
BUILD WITH RAIN
RAIN is preparing for its first field pilot. Start by defining the environment, the data boundary, and what success should look like.