Event Pipeline
Without Infra.

Send events. We enrich, buffer, and deliver. That's it.

The Pipeline

Five Steps. Zero Ops.

1

Accept Events

Fire-and-forget. Send JSON via HTTP. We acknowledge in milliseconds.

2

Enrich & Transform

Add geo, device, ISP data. Define stream fields. Reshape your payload on the fly.

3

Buffer Safely

Edge-buffered with durable storage. No data loss, ever.

4

Auto-Flush

Automatic flush rules. Time-based, size-based, or both.

5

Deliver

Output to R2, S3, or your warehouse. JSON or Parquet.

Built For Scale

Industrial Grade.

Edge-Native

Runs on Cloudflare's global network. Sub-millisecond acknowledgement from anywhere.

High Throughput

500+ events/second sustained. Built for burst traffic and sustained load.

Low Latency

No cold starts. Always warm. Predictable response times at any scale.

Retries Built-In

Failed deliveries retry automatically. Backpressure-safe. Order preserved.

Field Mapping

Transform incoming fields to output columns. Rename, nest, flatten—your rules.

Multiple Formats

Output as JSON or compressed Parquet. Ready for DuckDB, Athena, Spark.

Reliability

You Can Trust It.

Data LossZero
OrderPreserved
RetriesSafe
BackpressureHandled
BufferingDurable
LatencyPredictable

Simple Integration

One HTTP Call.

No SDKs required. No complex setup. Just send JSON to your endpoint. We handle buffering, enrichment, and delivery automatically.

Works with curl, fetch, or any HTTP client
Acknowledges in milliseconds
Optional SDK for Node.js with batching

# Send an event

curl -X POST \

-H "Authorization: Bearer $KEY" \

-H "Content-Type: application/json" \

-d '{"event":"click","url":"..."}' \

https://enrich.sh/ingest

# Response (instant)

{"ok":true,"buffered":true}

Output

Your Data, Your Format.

📦

Parquet

Compressed columnar format. 10x smaller. Works with DuckDB, Athena, Spark.

JSON

Line-delimited JSON. Universal compatibility. Easy to debug.

Ready to Stream?

Start sending events in under 2 minutes. No credit card required.

© 2026 AUTONOMOUS STRUCTURE LIMITED · ENRICH.SHNODE V1.0.0