How can I save the incoming data to the database?

Hello there. I am currently saving text messages as text files in live Twitch chat. But I want to keep these incoming messages, usernames and the date of the incoming message in a database. How can I do that? Note: I pull data using Node.js.

Pick a database system
Design a table structure
Create code to take data from chat and store in the database.

It’s not really a Twitch API question relevant to this forum.

There’s a lot to consider and many things to take into account, there is no one answer.

Since this is chat data, make sure whatever you are doing meets the Developer Services Agreement.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.