endlessm / azafea

Service to track device activations and usage metrics
Mozilla Public License 2.0
10 stars 2 forks source link

Deduplicate dualboot and live USB events #98

Closed bochecha closed 4 years ago

bochecha commented 4 years ago

Much like the image version events, those are only interesting to get once.

Deduplicating them entirely might be a bit hard, coordinating between multiple processes, but we can easily deduplicate them per request.

This does that for incoming events, and adds a command to go over the old events and deduplicate them after the fact.