nicky-ayoub / distributed-patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demonstration of various Distributed patterns

Taken from the book written by Brendan Burns.

Simple examples will be written in Node and Python, whilst more complex example will be written in Go.

Example One - Sidecar Pattern 1

### / sidecar This example looks at a basic two container side-car pattern.

## Example Two - Sidecar Pattern 2 ### / sidecar-http-grpc This example looks at a two container side-car pattern, that converts a web friendly communication protocol to a service to service binary protocol.

About


Languages

Language:Go 42.3%Language:JavaScript 24.8%Language:Dockerfile 24.5%Language:Makefile 8.4%