Licence
MIT
Version
4.2.1
Deps
1
Size
860 kB
Vulns
0
Weekly
6.7K
@walkeros/collector
The central processing engine of walkerOS that receives events from sources, enriches them, applies consent rules, and routes them to destinations.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/collectorQuick 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