dwhitacre / easy-twitch-bot

Extendable PnP rule based twitch bot framework
Apache License 2.0
1 stars 0 forks source link

add additional storage options #17

Open dwhitacre opened 5 years ago

dwhitacre commented 5 years ago

currently we only support elasticsearch and memory for storage. any other storage would need to be configured externally and added to the storage manager directly rather than through a known type. lets add support for some common or popular data stores here.

feel free to comment any more suggestions!