Microservices.io is brought to you by Chris Richardson. Experienced software architect, author of POJOs in Action, the creator of the original CloudFoundry.com, and the author of Microservices patterns.
Chris helps clients around the world adopt the microservice architecture through consulting engagements, and training classes and workshops.
Chris offers numerous resources for learning the microservice architecture.
Chris teaches comprehensive workshops and training classes for executives, architectures and developers to help your organization use microservices effectively.
Avoid the pitfalls of adopting microservices and learn essential topics, such as service decomposition and design and how to refactor a monolith to microservices.
Want to see an example? Check out Chris Richardson's example applications. See code
Engage Chris to create a microservices adoption roadmap and help you define your microservice architecture,
Use the Eventuate.io platform to tackle distributed data management challenges in your microservices architecture.
Eventuate is Chris's latest startup. It makes it easy to use the Saga pattern to manage transactions and the CQRS pattern to implement queries.
Engage Chris to conduct an architectural assessment.
Alternatively, conduct a self-assessment using the Microservices Assessment Platform.
Join the microservices google group
I recently gave talks at a couple of conferences.
The first talk was at GOTO Chicago. This talk described how to solve distributed data management problems in a microservice architecture using asynchronous messaging. I described how to implement transactions using the Saga pattern and implement queries using the CQRS pattern. Both patterns rely on asynchronous messaging between services.
My second talk was at MicroCPH in Copenhagen, Denmark. It focussed on implementing transactions that span services using the Saga pattern
Application architecture patterns
Decomposition
Data management
Transactional messaging
Testing
Deployment patterns
Cross cutting concerns
Communication style
External API
Service discovery
Reliability
Security
Observability
UI patterns