This example demonstrates best practices for building scalable Microservices. See the slides for an overview.
- The Interaction Tier
- The Microservice Facade Pattern
- Caching Strategies
- Health Checks and System Status
- Transforming your Architecture
Download and run the code.
$ git clone https://github.com/strongloop/loopback-example-facade
$ cd loopback-example-facade
$ docker-compose up --build
Make a request to get the account summary screen data.
$ bin/get-account-summary
Run the System Status Health Check
$ node health-check-client