The short version of what Continuum is, who it's for, and how it fits with what you already run.
What is Continuum?
+
Continuum is event data infrastructure - one system that ingests events from any source, gives every event a strict place in a global timeline, and serves that history back replayable, correctable, and query-ready, without copying it into a separate warehouse. It's the system of record for large, changing event data.
Is Continuum a Kafka alternative?
+
Continuum speaks the Kafka wire protocol, so existing Kafka clients work unchanged - but it's a different layer. Where Kafka moves small messages on an append-only log, Continuum keeps large event history ordered, correctable, replayable, and queryable on S3-native columnar storage. It's not a cheaper Kafka; it's the event-history substrate Kafka was never built to be.
What is event data infrastructure?
+
Event data infrastructure is the system of record for large, changing event data. It captures events in strict order, retains them long-term, and makes the full history replayable, correctable, and queryable from a single backbone - rather than a stitched-together stack of streaming broker, data lake, replay jobs, and reconciliation logic.
Can Continuum handle large sensor payloads?
+
Yes. Continuum treats 1 MB to 100 MB+ payloads as first-class units. Decoded blocks, sensor frames, multi-camera demos, and robotics episodes stay intact as complete semantic units, with no claim-check workarounds or downstream reassembly.
How does correction work?
+
Correction is a storage primitive in Continuum. One call rolls back affected history, invalidates the impacted data, and propagates the fix to every downstream consumer consistently - so you don't maintain bespoke reconciliation logic per team or rebuild datasets when ground truth changes.
How is Continuum different from an event store or event-sourcing database?
+
Event-sourcing databases such as EventStoreDB handle application state at single-stream scale. Continuum is built for high-throughput, correction-aware production workloads: large payloads, strict event-time ordering across the whole topic, query-ready columnar storage, and replay as a first-class operation. It is the event store for large, changing event data at production scale, not a model of a single application's state.
Do I have to migrate off my existing stack?
+
No. Continuum speaks Kafka to your producers, Iceberg to your lakehouse, Arrow Flight to your realtime apps, and Parquet to your S3 bucket, so it slides under the stack you already run. You can adopt it for a single topic or workload and leave the rest of your pipeline untouched.
Does Continuum run on the robot?
+
No - Continuum is off-board infrastructure, not your on-robot control loop. It's the history layer that sits behind the fleet: recording, querying, replaying, and correcting episodes for debugging, retraining, and audit. Your sub-millisecond on-device perception and control stay exactly where they are.
Is Continuum production-proven?
+
Yes. Continuum has run in Moralis production for 3+ years across 50+ blockchain networks, retaining 11.9 PB of logical data (roughly 17× compression) and processing 2B+ events per month at sustained multi-gigabyte-per-second throughput, with zero broker rebalancing.