A Microservices Journey • Susanne Kaiser • GOTO 2018

preview_player
Показать описание
This presentation was recorded at GOTO Amsterdam 2018. #gotocon #gotoams

Susanne Kaiser - CTO at Just Software

ABSTRACT
The journey from monolith to microservices is different for every organization. A variety of challenges come with introducing microservices itself, but also organizational circumstances impacting the transformation that needed to be considered.
In this talk I would like to share some lessons learned from a microservices journey from a startup perspective - and in hindsight [...]

Download slides and read the full abstract here:

RECOMMENDED BOOKS

#microservices #transformation #SoftwareArchitecture

Looking for a unique learning experience?

SUBSCRIBE TO OUR CHANNEL - new videos posted almost daily.
Рекомендации по теме
Комментарии
Автор

So they eventually swaped RDMS with Kafka(with eventsourced enitities)? What about just separate write access beteween all microservices inside one instance of RDMS? Is this would be an equivalent but simplier approach? Every micriservice has it's private(read only for others) data and it is accessible to any new service also they colud perform any arbitrary SQL over all data of all microservices, ACID mechanisms availible for concurrenct cases.

Sousleek
Автор

Meh, such complexity the microservices must be per se indepedet one, sure they need to be able to communicate but, they should not be dependet one microservice should not wait for another and vice versa

orlovskyconsulting