We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Introduction to Watermill: Siple Go Event-Driven application in 20 minutes

Formal Metadata

Title
Introduction to Watermill: Siple Go Event-Driven application in 20 minutes
Alternative Title
Building a basic event-driven application in Go in 20 minutes: Introduction to Watermill
Title of Series
Number of Parts
542
Author
Contributors
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Many people miss event-driven architecture benefits because they believe it is complex and challenging to implement. In this talk, I will show you how my Watermill library can help you to build a basic event-driven application in Go in 20 minutes. In this talk, I will show that building a basic event-driven application is not that scary with the open-source Watermill library (that I'm the author of). As part of this presentation, I will do live coding so you can see that building an event-driven application may be as straightforward as building an HTTP server. I will briefly overview event-driven architecture (EDA) and why it is a valuable tool for building scalable, resilient applications.