bbriggs / bitbot

A golang IRC bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write Markov model to the SQL database

m-242 opened this issue · comments

We need to save the markov model periodically, and read from it at startup.

The writing could be done at every message given relatively low traffic, every X messages, or by a trigger in itself.