tenzir / public-roadmap

The public roadmap of Tenzir
https://docs.tenzir.com/roadmap
4 stars 0 forks source link

Bloom Filter Context #119

Closed dominiklohmann closed 4 months ago

dominiklohmann commented 7 months ago

We want to add a context that uses a Bloom filter internally. Specifically, we want to use the DCSO Bloom Filter binary format that the old matcher also supported.

The context should support updates with events and entire replacements with bytes.

### Definition of Done
- [ ] https://github.com/tenzir/issues/issues/1171
- [ ] https://github.com/tenzir/issues/issues/1523
dominiklohmann commented 7 months ago

A customer of ours asked for this that wants to replace their existing matcher setup.