𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Microservices Patterns: With examples in Java

✍ Scribed by Chris Richardson


Publisher
Manning Publications
Year
2018
Tongue
English
Leaves
522
Edition
1
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


Microservices Patterns teaches enterprise developers and architects how to build applications with the microservice architecture. Rather than simply advocating for the use the microservice architecture, this clearly-written guide takes a balanced, pragmatic approach, exploring both the benefits and drawbacks.

About the Technology
Successfully developing microservices-based applications requires mastering a new set of architectural insights and practices. In this unique book, microservice architecture pioneer and Java Champion Chris Richardson collects, catalogues, and explains 44 patterns that solve problems such as service decomposition, transaction management, querying, and inter-service communication.

About the Book
Microservices Patterns teaches you how to develop and deploy production-quality microservices-based applications. This invaluable set of design patterns builds on decades of distributed system experience, adding new patterns for writing services and composing them into systems that scale and perform reliably under real-world conditions. More than just a patterns catalog, this practical guide offers experience-driven advice to help you design, implement, test, and deploy your microservices-based application.

What's inside
β€’ How (and why!) to use the microservice architecture
β€’ Service decomposition strategies
β€’ Transaction management and querying patterns
β€’ Effective testing strategies
β€’ Deployment patterns including containers and serverlessices

About the Reader
Written for enterprise developers familiar with standard enterprise application architecture. Examples are in Java.

About the Author
Chris Richardson is a Java Champion, a JavaOne rock star, author of Manning's POJOs in Action, and creator of the original CloudFoundry.com.

✦ Table of Contents


  1. Escaping monolithic hell
  2. Decomposition strategies
  3. Interprocess communication in a microservice architecture
  4. Managing transactions with sagas
  5. Designing business logic in a microservice architecture
  6. Developing business logic with event sourcing
  7. Implementing queries in a microservice architecture
  8. External API patterns
  9. Testing microservices: part 1
  10. Testing microservices: part 2
  11. Developing production-ready services
  12. Deploying microservices
  13. Refactoring to microservices

✦ Subjects


Java; Asynchronous Programming; Microservices; Deployment; Design Patterns; Testing; Refactoring; Kubernetes; Containerization


πŸ“œ SIMILAR VOLUMES


Practical Microservices Architectural Pa
✍ Binildas Christudas πŸ“‚ Library πŸ“… 2019 πŸ› Apress 🌐 English

About this book Take your distributed applications to the next level and see what the reference architectures associated with microservices can do for you. This book begins by showing you the distributed computing architecture landscape and provides an in-depth view of microservices architecture.

Microservices in .Net Core: With Example
✍ Christian Horsdal πŸ“‚ Library πŸ“… 2017 πŸ› Manning 🌐 English

Microservices are responsible for very tightly focused capabilities that are part of a more complex server-side software system. Microservices, when done well, are malleable, scalable, resilient, and allow a short lead time from start of implementation to deployment to production. When using microse

Mastering Microservices with Java
✍ Sharma, Sourabh πŸ“‚ Library πŸ“… 2016 πŸ› Packt Publishing 🌐 English

Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: A Solution Approach; Evolution of Γ¦Services; Monolithic architecture overview; Limitation of monolithic architecture versus its solution with Γ¦Services; One dimension scalability