Jump to ratings and reviews
Rate this book

Migrating to Microservice Databases

Rate this book
Code is easy, State is hard. Learning how to deal with your monolithic relational databases in a microservices structure is key to keeping pace in a quickly changing workplace. There are many approaches and in this book, author Edson Yanaga, takes you through nine different strategies for integrating data from your monolithic application to a microservice architecture.
In this O’Reilly book learn how:
- zero downtime migrations allow you to deploy new code without disrupting user activity
- you can evolve your relational database by keeping specific versions of application code and database schemas in the same code repository
- CRUD pattern and CQRS works and the differences between them—including the consistency models involved in distributed systems
- to distribute and integrate your relational database into Microservices

72 pages, ebook

Published January 25, 2017

3 people are currently reading
80 people want to read

About the author

Edson Yanaga

1 book1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
12 (17%)
4 stars
26 (37%)
3 stars
24 (34%)
2 stars
5 (7%)
1 star
2 (2%)
Displaying 1 - 8 of 8 reviews
Profile Image for Alex Ott.
Author 3 books207 followers
December 2, 2018
Short book reviewing different approaches to binding microservices to databases, including questions of evolving schemas, multiple versions, etc.

Not so much new for experienced architect, but could be useful for people who worked mostly with "legacy" architectures.
600 reviews11 followers
May 31, 2017
After reading this book I still don’t know what points the author want to make. I understand the words but it doesn’t make any sense to me. I’m familiar with the topics and use those ideas for nearly two years. But even with that background (or with that background) the suggested ideas lack the practical adaption. Too much is left unclear and must be figured out by the reader. Combined with the size of the book this one can be skipped without any loss.
Profile Image for Bill Metangmo.
5 reviews1 follower
August 6, 2017
Very insteresting book to have a global overview of:
- CQRS Event Souring & CRUD
- Zero donwtime deployment ( Blue/Green , Canaray releases, A/B testing)
- state migration ( schema & transaction)
- Eventual/Strong consistency
- DevOps
- Developer job

Profile Image for Sergey Efremov.
1 review
November 26, 2017
A very high-level overview, a little bit about everything in a very small package: DevOps, Zero Downtime, Migration Strategies. You might take away one or two migration strategies, but don't expect more.
Profile Image for Tomy Jaya.
27 reviews4 followers
September 12, 2017
Got this book for free from a conference. Honestly, there was nothing new from this book and concepts were just described at a very high-level.
Profile Image for Jesus.
94 reviews2 followers
July 11, 2019
Buenas ideas para implementar. Esperaba más explicación sobre cómo llevar a cabo el deploy de cambios en la BD sin tener que parar el servicio.
Displaying 1 - 8 of 8 reviews

Can't find what you're looking for?

Get help and learn more about the design.