Inspect deduplication keys
Compare how three key strategies represent the same synthetic event.
Interactive pipeline
DEDUPLICATION KEYS
Curated strategy comparison
Stage 1 of 5
Original Events
Multiple events arrive with potential duplicates from network retries, load balancer failovers, and eventual consistency delays.
0HighlightsAuthored emphasis only—not a computed diff.
Copy & download
Input
{"event_id": "evt_signup_001","event_type": "user_signup","timestamp": "2025-01-15T10:30:45.123Z","user": {"id": "user_12345","email": "[email protected]"}}Output
{"event_id": "evt_signup_001","event_type": "user_signup","timestamp": "2025-01-15T10:30:45.123Z","user": {"id": "user_12345","email": "[email protected]"}}Stage configuration
01-original-events.yaml# Original input - no deduplication yet
input:
http_server:
address: "0.0.0.0:8080"
path: "/webhooks/events"