Martin Fowler - Microservices

  Рет қаралды 211,947

Thoughtworks

Thoughtworks

Күн бұрын

The Microservice architectural style has become the hot fashion recently. This talk looks at some of the common characteristics of microservice architectures, what (if any) the difference is between microservices and SOA, how big a microservice should be, the trade-offs between a monolithic and microservice architecture, and some essential things you need to have in place when you first go live using this approach.
Software Development in the 21st Century (Part 3 of 3) - Originally delivered at ThoughtWorks XCONF 2014
www.thoughtworks.com/talks/sof...
Help us caption & translate this video!
amara.org/v/J2IG/

Пікірлер: 29
@RonClabo
@RonClabo 8 жыл бұрын
I love that he points out that asynchronicity increases complexity. I think this fact is often overlooked in software architecture decisions.
@richardhp77
@richardhp77 3 жыл бұрын
I built a project once where all the business logic was in modules, and each module communicated through a service which was injected at runtime. This meant I could deploy the entire codebase as a monolith, or just by changing the config files, deploy as independent services. This was done just by injecting a network based inter-module communication plugin rather than an in-memory option. Also the DB service was injected at runtime, so you could alter the config file and point each module at either the same DB or different ones, and also swap the DB drivers as well. Worked pretty well as I recall, and meant we weren't boxed into either architecture until later on down the line when we decided to deploy. Also meant the business logic could be tested independently of how the deployment was to be done.
@dilneicunha
@dilneicunha 7 жыл бұрын
Great.... What I see and understand after watching Martin Fowler is that many software development companies are migrating their applications to micro-services without skewing the whole context. Not with technical or sufficient discernment, then they do just by fashion. And when the decision is not technical enough, many of these projects go bad or even fail, today's developers are lazy, they do not improve, I see that if we do not have a team of seniors we must invest in the change of our culture before To move on.
@AnujSharma-xo3qg
@AnujSharma-xo3qg 7 жыл бұрын
thanks to Martin with a great explanation about micro services, especially when to use, where to use, how to use & not when to use.
@mayanksj
@mayanksj 9 жыл бұрын
A very precise and concise introduction to microservices. Thanks Martin Fowler.
@georgesmith3022
@georgesmith3022 4 жыл бұрын
Microservices are good in theory, but in practice there are many problems, i dont think there are many people who know how to do it right
@vikassinghalld
@vikassinghalld 6 жыл бұрын
It always delightful to listen Martin Fowler
@sagarjunnarkar8384
@sagarjunnarkar8384 8 жыл бұрын
Nice explanation!!!
@southern_smacker
@southern_smacker 7 жыл бұрын
Good explanation, Thumbs up!
@KevinSheppard
@KevinSheppard 7 жыл бұрын
I feel like I could study under this guy.
@zHqqrdz
@zHqqrdz 6 жыл бұрын
I'd be willing to work for free for him for 10 straight years just to know everything he knows.
@JohnSanabria
@JohnSanabria 8 жыл бұрын
Where I can get the slides of this presentation?
@Arjun-tg1go
@Arjun-tg1go 4 жыл бұрын
If someone reads about SOA principles as of today.. they would think Microservices are just another name for it... I think when SOA came out, companies implemented SOA using current technology at that time and it gave SOA a bad name...
@suchoudh
@suchoudh 4 жыл бұрын
Superlike
@chihabahmed5207
@chihabahmed5207 7 жыл бұрын
Hi there, if i multiple services that they work independently ( will they still be called microservice)?
@flaviuszoltan1754
@flaviuszoltan1754 6 жыл бұрын
Multiple services that work independently is just one small characteristic, but is not enough to call it Microservices
@_jfsanchez_
@_jfsanchez_ 4 жыл бұрын
If they do not interact at all, I think it's not microservices.
@umeshdimri5599
@umeshdimri5599 6 жыл бұрын
does microservice rise means that the end of soa is coming?
@peterlee9915
@peterlee9915 6 жыл бұрын
Umesh Dimri i don’t think so, micro service is just a realization of soa.
@AlanCostaPlus
@AlanCostaPlus 5 жыл бұрын
He pointed microservices as being a subset of SOA. If anything SOA is being reinforced here.
@xnoreq
@xnoreq 5 жыл бұрын
Microservices are a way of implementing SOA....
@Arjun-tg1go
@Arjun-tg1go 4 жыл бұрын
No, as he mentioned Microservices are subset of SOA... so end of SOA means end of Microservices
@sahild6584
@sahild6584 7 жыл бұрын
each service have different datastore, surely it will detoriate the app performance, because communication is happening over network, which is again a bottleneck.
@flaviuszoltan1754
@flaviuszoltan1754 6 жыл бұрын
I don`t see that a strong reason for using the same data store. The network communication issue can be solved, for example, by having services that communicate to each other deployed on the same data center.
@evelynlima3769
@evelynlima3769 5 жыл бұрын
that's where docker containers comes to place, in the cloud
@ksaweryglab
@ksaweryglab 4 жыл бұрын
So what would be the alternative? Some services can share the data store but I hear this argument over and over again that it's better if each service has its own.
@JamesSmith-cm7sg
@JamesSmith-cm7sg 3 жыл бұрын
Barely noticeable within the same network
Docker as...  |  Tech Radar Nov'16
3:15
Thoughtworks
Рет қаралды 11 М.
Martin Fowler - Continuous Delivery
17:07
Thoughtworks
Рет қаралды 124 М.
Каха с волосами
01:00
К-Media
Рет қаралды 5 МЛН
didn't want to let me in #tiktok
00:20
Анастасия Тарасова
Рет қаралды 6 МЛН
когда одна дома // EVA mash
00:51
EVA mash
Рет қаралды 10 МЛН
Monolithic vs Microservice Architecture: Which To Use and When?
10:43
Martin Fowler @ OOP2014 "Workflows of Refactoring"
27:05
SIGS DATACOM
Рет қаралды 104 М.
The Reality Of Tech Jobs in 2024
6:39
Theo - t3․gg
Рет қаралды 292 М.
Managing Data in Microservices
52:07
InfoQ
Рет қаралды 141 М.
Microservices explained - the What, Why and How?
18:30
TechWorld with Nana
Рет қаралды 782 М.
Martin Fowler - Software Design in the 21st Century
1:00:24
Etsy Eng
Рет қаралды 115 М.
Introduction to NoSQL • Martin Fowler • GOTO 2012
54:52
GOTO Conferences
Рет қаралды 982 М.
phone charge game #viral #tranding #new #reels
0:18
YODHA GAMING RAAS
Рет қаралды 11 МЛН
The power button can never be pressed!!
0:57
Maker Y
Рет қаралды 32 МЛН