snoonetIRC/subgrok

Subscription storage

Closed this issue · 0 comments

n7st commented

Subscription information should be stored in a fast key-value store like etcd-io/bbolt.

There will be a three-tier approach to buckets:

  • IRC channels
    • Subreddits
      • Topics

Add instructions for backing up the database to the README.

Replace the hardcoded list of ChannelsToSubreddits in internal/app/subpoll/poller.go.