AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
GitHub Actions: An Event Driven Architecture
GitHub is an event driven architecture, but I suppose you need to be quite liberal in your definition of what an event is. It basically gives you a complete cron job implementation. You can trigger events, trigger workflows on time purely. The other thing you can do is basically use it as a webhook. So there's plenty of different ways of running a workflow. Brilliant.