microservices as chat bots

10
Microservices as Chat Bots Yegor Bugayenko @yegor256

Upload: yegor-bugayenko

Post on 18-Feb-2017

1.439 views

Category:

Software


0 download

TRANSCRIPT

Page 1: Microservices as Chat Bots

Microservices as Chat Bots

Yegor Bugayenko@yegor256

Page 2: Microservices as Chat Bots

1.monolith

2.composable

3.reusable

4.decoupled

5.visible

6.heterogeneous

microservices chat bots

Page 3: Microservices as Chat Bots

Java method calls

module AclientHTTP

module B

1.monolith

Page 4: Microservices as Chat Bots

HTTP API calls

micro service Aclient

HTTP

micro service B

2.composable

Page 5: Microservices as Chat Bots

HTTP API calls

micro service Aclient

HTTP

micro service B

3.reusable

HTTP

Page 6: Microservices as Chat Bots

micro service A

client

micro service B

4.decoupled

HTTP

hub

HTTP

HTTP

+language

Page 7: Microservices as Chat Bots

micro service A

client

micro service B

5.visible

HTTP

hub

User

+language

UI

Page 8: Microservices as Chat Bots

IRCSlack

GitHub

- authentication- authorization- web interface- mobile interface- RESTful API- fast- volume friendly- lightweight

Netbout

Page 9: Microservices as Chat Bots

micro service A

client

micro service B

6.heterogeneous

hub

Usermicro

service X

+language

Page 10: Microservices as Chat Bots

what do you think?

@yegor256