Data architecture
The fluxrig data architecture is designed for extreme integrity and high-fidelity signal processing in mission-critical environments. Every signal in the rig is self-describing, bit-perfect, and audit-ready.
The signal: fluxMsg
At the center of the ecosystem is the fluxMsg, a high-performance, structured representation of a transactional signal. It acts as a high-fidelity envelope carrying the raw payload and its associated operational context.
Deterministic binary serialization
We use Deterministic CBOR (RFC 8949) as the project wire language. This provides the foundation for institutional data-plane trust:
- Bit-Perfect Stability: The same logical message results in an identical byte-for-byte signature, enabling reliable cryptographic verification.
- Type Fidelity: Field types are preserved throughout the signal path, eliminating ambiguity in financial and industrial calculations.
- Payload Efficiency: Native support for binary blobs allows the transport of legacy payloads (e.g., ISO8583 bitmaps) without encoding overhead.