Signal Ingestion Kit

Ingest high-velocity data from sensors, APIs, and external feeds.

Configuration

Signal Ingestion

Ingested

45.2k

Rate

1.2k/s

Duplicates

23

connectOKSource connected
parseVALIDSchema validated
deduplicateCLEAN23 dupes removed
storeWRITTENBatch committed

Integration Code

import { createSignalIngestion } from 'agent-tools-kit/events'

const instance = createSignalIngestion({
  // Configuration options
})
await instance.start()
instance.on('event', (e) => console.log(e))