Alex Bouchard, co-founder of Hookdeck, discusses event-driven architecture, building event bridges, and expanding Hookdeck's capabilities. The podcast explores challenges in API consumption, managing asynchronous workflows, simplifying event-driven architectures, ensuring data integrity, and verifying event authenticity.
Read more
AI Summary
Highlights
AI Chapters
Episode notes
auto_awesome
Podcast summary created with Snipd AI
Quick takeaways
Event-driven architecture facilitates communication through events rather than requests.
Hookdeck streamlines communication between services and internal endpoints through event processing.
Hookdeck's push queue model ensures reliable event processing and data integrity for diverse user needs.
Deep dives
Event-Driven Architecture in Software Design
Event-driven architecture involves system components communicating through events, contrasting with request-driven architecture. HookDeck serves as an event gateway handling asynchronous messages between services like Shopify or Stripe and internal endpoints. Alex Buschard, the co-founder, discusses event-driven architecture, building event bridges, and HookDeck's expansion.
Asynchronous and Asynchronous APIs
Event-driven architecture relies on asynchronous processing, reacting to events like orders or product updates. Asynchronous APIs, a growing use case, involve endpoints that accept data without specific responses, useful for IoT or metered billing systems. Sentry's error ingestion system mirrors this asynchronous API model.
Event Gateway Functionality
HookDeck serves as a bridge for events, applying routing logic to send data to various destinations based on conditions. It facilitates first delivery attempts and queues events for future delivery, managing throughput control. The push queue model enables reliable event processing.
Event Gateway Maintenance and Security
HookDeck ensures data integrity by retaining data for auditing and replay purposes even during failures. It simplifies security through signature verification, standardizing security mechanisms for various event sources. HookDeck's push-based model optimizes event delivery without the need for continuous polling.
Building a New Infrastructure Category
HookDeck's shift towards an event gateway marks a strategic repositioning to accommodate diverse user needs beyond webhook management. Establishing the event gateway as a cloud infrastructure primitive requires education and market validation. Collaboration with industry players and product refinements support the development of this new category.
Event-driven architecture is a software design pattern where system components communicate through events that are generated by producers, and pushed to consumers. This design is often contrasted with a request-driven architecture, where components communicate with each other by sending requests and receiving responses.
Hookdeck is an event gateway for receiving, processing, and delivering asynchronous messages. It centralizes and streamlines communication between services, like a 3rd party API such as Shopify or Stripe, and internal endpoints or other APIs.
Alex Bouchard is the Co-founder of Hookdeck. He joins the podcast to talk about event-driven architecture, building event bridges, expanding Hookdeck beyond webhooks, and much more.
Full Disclosure: This episode is sponsored by Hookdeck.
Sean’s been an academic, startup founder, and Googler. He has published works covering a wide range of topics from information visualization to quantum computing. Currently, Sean is Head of Marketing and Developer Relations at Skyflow and host of the podcast Partially Redacted, a podcast about privacy and security engineering. You can connect with Sean on Twitter @seanfalconer .