Tutorials

The core queryflow object is a lightweight wrapper that manages the lifecycle of your event stream.

The core queryflow object is a lightweight wrapper that manages the lifecycle of your event stream.

stream.pipe(retry( maxAttempts: 3, backoff: 'exponential' ), timeout(30000)).subscribe(console.log);

The core queryflow object is a lightweight wrapper that manages the lifecycle of your event stream.

Tutorials

The core queryflow object is a lightweight wrapper that manages the lifecycle of your event stream.

await stream.on('user.created', async (event) =>  console.log(event.data.email); );

Metrics are published to standard formats (Prometheus, CloudWatch, DataDog) with zero configuration.

See also

Sign in