Event-Driven Architecture in Golang - Helion
Tytuł oryginału: Event-Driven Architecture in Golang
ISBN: 9781803232188
stron: 384, Format: ebook
Data wydania: 2022-11-25
Księgarnia: Helion
Cena książki: 139,00 zł
Event-driven architecture in Golang is an approach used to develop applications that shares state changes asynchronously, internally, and externally using messages. EDA applications are better suited at handling situations that need to scale up quickly and the chances of individual component failures are less likely to bring your system crashing down. This is why EDA is a great thing to learn and this book is designed to get you started with the help of step-by-step explanations of essential concepts, practical examples, and more.
You’ll begin building event-driven microservices, including patterns to handle data consistency and resiliency. Not only will you learn the patterns behind event-driven microservices but also how to communicate using asynchronous messaging with event streams. You’ll then build an application made of several microservices that communicates using both choreographed and orchestrated messaging.
By the end of this book, you’ll be able to build and deploy your own event-driven microservices using asynchronous communication.
Osoby które kupowały "Event-Driven Architecture in Golang", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Event-Driven Architecture in Golang. Building complex systems with asynchronicity and eventual consistency eBook -- spis treści
- 1. Introduction to Event-Driven Architectures
- 2. Supporting Patterns In Brief
- 3. Design and Planning
- 4. Event Foundations
- 5. Tracking Changes with Event Sourcing
- 6. Asynchronous Connections
- 7. Event-carried State Transfer
- 8. Event Workflows
- 9. Transactional Messaging
- 10. Testing
- 11. Deploying applications to the cloud
- 12. Monitoring and Observability