FoxxMD / context-mod

an event-based, reddit moderation bot built on top of snoowrap and written in typescript
https://contextmod.dev
MIT License
49 stars 11 forks source link

Implement InfluxDB output #84

Closed FoxxMD closed 2 years ago

FoxxMD commented 2 years ago

The RDBMS implementation used for storing events and general CM state is not well-suited for fine-grained, timeseries data.

It will be keeping track of high-level stats (total checks runs, total events checked, etc...) for an all-time frame and an operator-configurable frame (recommended daily) -- but that's it. Instead of fleshing out super fine-grained stats for everything we will implement optional output to influxDB.

FoxxMD commented 2 years ago

Added in 0.11.4