Media event queue manager
Hi guys, I was wondering if someone could give me some advise. I have a small service written in go that runs on a VPS. The service is managing some media event queues. Simplified it has multiple queues (something like multiple media players). Each queue can be in either "loading/playing/stopped/paused/idle" state. Each event has a duration and some data relevant to the event type. Each state transition synchronises with firebase and client applications listen on changes to respective queue.
Looking for some opinions on what would be best approach to migrate that to convex? Scheduled functions? Workflows component or maybe to roll a dedicated convex component for that? Hoping to bounce some ideas before I start to model this.
0 Replies