Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 814 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 814 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-repl

TODO