microservices as chat bots

Post on 18-Feb-2017

1.439 Views

Category:

Software

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Microservices as Chat Bots

Yegor Bugayenko@yegor256

1.monolith

2.composable

3.reusable

4.decoupled

5.visible

6.heterogeneous

microservices chat bots

Java method calls

module AclientHTTP

module B

1.monolith

HTTP API calls

micro service Aclient

HTTP

micro service B

2.composable

HTTP API calls

micro service Aclient

HTTP

micro service B

3.reusable

HTTP

micro service A

client

micro service B

4.decoupled

HTTP

hub

HTTP

HTTP

+language

micro service A

client

micro service B

5.visible

HTTP

hub

User

+language

UI

IRCSlack

GitHub

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

Netbout

micro service A

client

micro service B

6.heterogeneous

hub

Usermicro

service X

+language

what do you think?

@yegor256

top related