Book description
After years of researching, coding, and talking about microservices, Edson Yanaga—Red Hat’s Director of Developer Experience—hears one question frequently: how do I evolve my monolithic legacy database? In this practical report, Yanaga explains strategies for dealing with your relational database when migrating from a monolithic codebase to a microservices architecture. In the process, you’ll focus on one key microservices characteristic: decentralized data management.
For many enterprise application developers, microservices are good for splitting up unwieldy codebases into smaller, well-defined, cohesive, and loosely coupled artifacts—an architecture that can simplify and accelerate new software releases. You’ll learn successful strategies for integrating data between your existing monolithic application and your new microservice artifacts.
- Learn how zero downtime migrations enable you to deploy new code without disrupting user activity
- Evolve your relational database by keeping specific versions of application code and database schemas in the same code repository
- Understand the distinction behind the CRUD pattern and CQRS—including the consistency models involved in distributed systems
- Explore a set of nine strategies for integrating data from your monolithic application to a microservice architecture
Table of contents
- Foreword
- 1. Introduction
- 2. Zero Downtime
- 3. Evolving Your Relational Database
- 4. CRUD and CQRS
- 5. Integration Strategies
Product information
- Title: Migrating to Microservice Databases
- Author(s):
- Release date: April 2017
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491971864
You might also like
book
Managing Cloud Native Data on Kubernetes
Is Kubernetes ready for stateful workloads? This open source system has become the primary platform for …
book
Preparing for Your Migration to the Cloud
The great cloud migration is picking up steam. Companies moving all or part of their IT …
book
Enterprise Java Microservices
Enterprise Java Microservices is an example-rich tutorial that shows how to design and manage large-scale Java …
video
Implementing Serverless Microservices Architecture Patterns
Building a microservices platform using virtual machines or containers, involves a lot of initial and ongoing …