Event ingestion
Bring in Kafka events, API payloads, CDC streams and the other operational signals that already exist.
EntityFlow is easiest to understand when you frame it as four moves: ingest events, extract the key, attach them to one entity timeline, then expose history and state in an operationally useful way. In practice that means lining up concrete moments like parcel ready, shipment created, carrier scan or delivery exception around the same business identifier.
Bring in Kafka events, API payloads, CDC streams and the other operational signals that already exist.
Define the entity key, map useful attributes and normalize event structure without forcing upstream rewrites.
Attach each event to the right identifier and rebuild the timeline in the order operations actually need to inspect.
Expose history, current state and investigation-ready views for users who need to act, not just analyze later.