Skip to content

Files

Latest commit

Aug 10, 2017
7f76abd · Aug 10, 2017

History

History
22 lines (15 loc) · 813 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 813 Bytes

The nodezoo microservice demonstration architecture

This is a repository in the microservice demonstration system for the Tao of Microservices book (chapter 9). This code is live at nodezoo.com.

This system shows you how to construct a full microservice architecture. It is MIT licensed so that you can cut-and-paste to build your own system with minimal effort. The system consists of multiple repositories, and runs ten or so microservices in production (Kubernetes), staging (Docker), and development (fuge) modes.

The best place to get started is the nodezoo/tao repository, which links to everything else, and has the Getting Started guide.

nodezoo-web

TODO