npm.io
4.2.1 • Published 5d ago

@walkeros/collector

Licence
MIT
Version
4.2.1
Deps
1
Size
860 kB
Vulns
0
Weekly
6.7K

walkerOS

@walkeros/collector

The central processing engine of walkerOS that receives events from sources, enriches them, applies consent rules, and routes them to destinations.

DocumentationNPM PackageSource Code

Installation

npm install @walkeros/collector

Quick start

Start a flow with sources and destinations:

import { startFlow } from '@walkeros/collector';

const { collector, elb } = await startFlow({
  consent: { functional: true },
  sources: {
    // add your event sources
  },
  destinations: {
    // add your event destinations
  },
});

Documentation

Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs/collector

Contribute

Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.

License

MIT

Keywords