Skip to content

Streaming

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Streaming

Streaming

Probabilistic streaming-sketch endpoints — three stateless, tenant-free POST /api/v1/streaming/* routes:

  • frequency — Count-Min sketch frequency estimation
  • heavyHitters — Misra-Gries frequent-item detection
  • membership — Bloom filter membership testing

All computation is ephemeral to the call (the sketch is built from the request, queried, and discarded). No auth, no tenant context.

Interfaces