๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Practical Microservices: Build Event-Driven Architectures with Event Sourcing and CQRS

โœ Scribed by Ethan Garofolo


Publisher
Pragmatic Bookshelf
Year
2020
Tongue
English
Leaves
292
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


MVC and CRUD make software easier to write, but harder to change. Microservice-based architectures can help even the smallest of projects remain agile in the long term, but most tutorials meander in theory or completely miss the point of what it means to be microservice-based. Roll up your sleeves with real projects and learn the most important concepts of evented architectures. You'll have your own deployable, testable project and a direction for where to go next.

Much ink has been spilled on the topic of microservices, but all of this writing fails to accurately identity what makes a system a monolith, define what microservices are, or give complete, practical examples, so you're probably left thinking they have nothing to offer you. You don't have to be at Google or Facebook scale to benefit from a microservice-based architecture. Microservices will keep even small and medium teams productive by keeping the pieces of your system focused and decoupled.

Discover the basics of message-based architectures, render the same state in different shapes to fit the task at hand, and learn what it is that makes something a monolith (it has nothing to do with how many machines you deploy to). Conserve resources by performing background jobs with microservices. Deploy specialized microservices for registration, authentication, payment processing, e-mail, and more. Tune your services by defining appropriate service boundaries. Deploy your services effectively for continuous integration. Master debugging techniques that work across different services. You'll finish with a deployable system and skills you can apply to your current project.

Add the responsiveness and flexibility of microservices to your project, no matter what the size or complexity.

What You Need:

While the principles of this book transcend programming language, the code examples are in Node.js because JavaScript, for better or worse, is widely read. You'll use PostgreSQL for data storage, so familiarity with it is a plus. The books does provide Docker images to make working with PostgreSQL a bit easier, but extensive Docker knowledge is not required.


๐Ÿ“œ SIMILAR VOLUMES


Practical Microservices: Build Event-Dri
โœ Ethan Garofolo ๐Ÿ“‚ Library ๐Ÿ“… 2020 ๐Ÿ› Pragmatic Bookshelf ๐ŸŒ English

MVC and CRUD make software easier to write, but harder to change. Microservice-based architectures can help even the smallest of projects remain agile in the long term, but most tutorials meander in theory or completely miss the point of what it means to be microservice-based. Roll up your sleeves w

Practical Microservices: Build Event-Dri
โœ Ethan Garofolo ๐Ÿ“‚ Library ๐Ÿ“… 2020 ๐Ÿ› Pragmatic Bookshelf ๐ŸŒ English

<div><p>MVC and CRUD make software easier to write, but harder to change. Microservice-based architectures can help even the smallest of projects remain agile in the long term, but most tutorials meander in theory or completely miss the point of what it means to be microservice-based. Roll up your s

Event-Driven Architecture in Golang: Bui
โœ Michael Stack ๐Ÿ“‚ Library ๐Ÿ“… 2022 ๐Ÿ› Packt Publishing ๐ŸŒ English

<p><span>Begin building event-driven microservices, including patterns to handle data consistency and resiliency</span></p><h4><span>Key Features</span></h4><ul><li><span><span>Explore the benefits and tradeoffs of event-driven architectures with practical examples and use cases</span></span></li><l

Building Event-Driven Microservices
โœ Adam Bellemare ๐Ÿ“‚ Library ๐Ÿ“… 2020 ๐Ÿ› "O'Reilly Media, Inc." ๐ŸŒ English

Organizations today often struggle to balance business requirements with ever-increasing volumes of data. Additionally, the demand for leveraging large-scale, real-time data is growing rapidly among the most competitive digital industries. Conventional system architectures may not be up to the task.