MitchellHarrison / stream-environment

Python. Postgres. Docker. | Microservices in pursuit of a better, more interactive live stream. https://twitch.tv/mitchsworkshop
https://twitch.tv/mitchsworkshop
MIT License
20 stars 12 forks source link

store all chat messages in PSQL #29

Closed MitchellHarrison closed 2 years ago

MitchellHarrison commented 2 years ago

Adding a POST endpoint to the db_api service would let every message be sent to, and stored in, the database. This would be used for things like a !rank command to count top chatters, as well as analyzing that chat in our future data viz app.