https://github.com/strongloop/loopback-example-facade
Best practices for building scalable Microservices.
https://github.com/strongloop/loopback-example-facade
Last synced: 6 months ago
JSON representation
Best practices for building scalable Microservices.
- Host: GitHub
- URL: https://github.com/strongloop/loopback-example-facade
- Owner: strongloop
- Created: 2017-03-09T17:48:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T15:14:59.000Z (almost 6 years ago)
- Last Synced: 2025-07-11T01:19:35.815Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.06 MB
- Stars: 67
- Watchers: 18
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# loopback-example-facade
**⚠️ This LoopBack 3 example project is no longer maintained. Please refer to [LoopBack 4 Examples](https://loopback.io/doc/en/lb4/Examples.html) instead. ⚠️**
This example demonstrates best practices for building scalable Microservices. [See the slides](https://www.slideshare.net/RitchieMartori/scaling-your-microservices-with-loopback) for an overview.
- [The Interaction Tier](https://github.com/strongloop/loopback-example-facade/wiki/The-Interaction-Tier)
- [The Microservice Facade Pattern](https://github.com/strongloop/loopback-example-facade/wiki/The-Microservice-Facade-Pattern)
- [Caching Strategies](https://github.com/strongloop/loopback-example-facade/wiki/Caching-Strategies)
- [Health Checks and System Status](https://github.com/strongloop/loopback-example-facade/wiki/Health-Checks-and-System-Status)
- [Transforming your Architecture](https://github.com/strongloop/loopback-example-facade/wiki/Transforming-your-Architecture)

## Try it out
**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
```