Sinks
Sinks are destinations for join and window results. LiteJoin evaluates your SQL queries and forwards matching results to one or more configured sinks.HTTP Webhook
Sends results as JSONPOST requests to a URL.
Results are sent as JSON in the request body.
Kafka
Produces results as messages to a Kafka topic.SSE (Server-Sent Events)
Streams results to browser clients via Server-Sent Events. Ideal for real-time dashboards and UIs.Endpoints
The SSE sink exposes three HTTP endpoints:Browser Example
Replay on Connect
Add?replay=true to receive a snapshot of current results as SSE events before switching to live streaming:
"_replay": true so your client can distinguish initial state from live updates.