hashbat-dev / discgo-bot

2 stars 0 forks source link

Long Term Statistic Storage #90

Open Chris-Kellett opened 1 week ago

Chris-Kellett commented 1 week ago

Need to work out a way to stockpile statistics every X hours so we can see long running statistics of things such as command durations.

dabi-ngin commented 1 week ago

some kind of append-only datastore for logs would be the right approach, we could look into either spinning up a DB table for this, and then spinning up some service we run which does a write-to-file procedure once the number of rows eclipses some arbitrary number.

There's potential limiting factors introduced by us being on digital-ocean, so this might be good grounds to look into setting things up on an actual dedicated server of some-kind, either on-site for one of us or in the cloud via some provider. This would let us have more permanence of file writing.