All Projects → strongloop → Loopback4 Example Microservices

strongloop / Loopback4 Example Microservices

Licence: other
Deprecated - please use https://github.com/strongloop/loopback4-example-shopping/tree/master/kubernetes

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Loopback4 Example Microservices

Go Project Sample
Introduce the best practice experience of Go project with a complete project example.通过一个完整的项目示例介绍Go语言项目的最佳实践经验.
Stars: ✭ 344 (+309.52%)
Mutual labels:  microservice, example
Go Micro Boilerplate
The boilerplate of the GoLang application with a clear microservices architecture.
Stars: ✭ 147 (+75%)
Mutual labels:  microservice, example
Sanic Nginx Docker Example
Sanic + Nginx + Docker basic example
Stars: ✭ 77 (-8.33%)
Mutual labels:  example
Monday
⚡️ A dev tool for microservice developers to run local applications and/or forward others from/to Kubernetes SSH or TCP
Stars: ✭ 1,246 (+1383.33%)
Mutual labels:  microservice
Microdot
Microdot: An open source .NET microservices framework
Stars: ✭ 1,222 (+1354.76%)
Mutual labels:  microservice
Health Checks Api
Standardize the way services and applications expose their status in a distributed application
Stars: ✭ 78 (-7.14%)
Mutual labels:  microservice
Github
GitHub API as an Open Microservice
Stars: ✭ 81 (-3.57%)
Mutual labels:  microservice
Expo Three Demo
🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
Stars: ✭ 76 (-9.52%)
Mutual labels:  example
Solid Email Microservice
Learn the SOLID design principles by building a robust email microservice
Stars: ✭ 84 (+0%)
Mutual labels:  microservice
Dredd Example
Example application using Dredd and CI
Stars: ✭ 79 (-5.95%)
Mutual labels:  example
Dlcv for beginners
《深度学习与计算机视觉》配套代码
Stars: ✭ 1,244 (+1380.95%)
Mutual labels:  example
Docker Nginx Image Proxy
on the fly image cropping with gravity, resize and compression microservice
Stars: ✭ 79 (-5.95%)
Mutual labels:  microservice
Postcss Modules Example
How to use postcss-modules plugin
Stars: ✭ 78 (-7.14%)
Mutual labels:  example
Butterfly
🔥 蝴蝶--【简单】【稳定】【好用】的 Python web 框架🦋 除 Python 2.7,无其他依赖; 🦋 butterfly 是一个 RPC 风格 web 框架,同时也是微服务框架,自带消息队列通信机制实现分布式
Stars: ✭ 82 (-2.38%)
Mutual labels:  microservice
Fantas Eel And Specification
Examples and exercises from the blog series
Stars: ✭ 77 (-8.33%)
Mutual labels:  example
Hex Arch Kotlin Spring Boot
Reference JVM multi module project for a reactive micro service and lambda using a hexagonal architecture, DDD, Kotlin, Spring Boot, Quarkus, Lambda, Gradle.
Stars: ✭ 83 (-1.19%)
Mutual labels:  microservice
Seed Rs Realworld
Exemplary real world application built with Seed
Stars: ✭ 77 (-8.33%)
Mutual labels:  example
Spring Boot Microservices
This repo is part of a tutorial about writing microservices using Spring Boot
Stars: ✭ 79 (-5.95%)
Mutual labels:  microservice
Android Sdk Examples
Example applications for IndoorAtlas Android SDK
Stars: ✭ 80 (-4.76%)
Mutual labels:  example
Rabbitevents
Nuwber's events provide a simple observer implementation, allowing you to listen for various events that occur in your current and another application. For example, if you need to react to some event published from another API.
Stars: ✭ 84 (+0%)
Mutual labels:  microservice

loopback4-example-microservices

⚠️ This example has been deprecated and it does not reflect our recommendation to deploy LoopBack 4 applications as microservices. Please follow https://github.com/strongloop/loopback4-example-shopping/tree/master/kubernetes instead. ⚠️

How to build scalable microservices using LoopBack.next.

What's the difference between LoopBack.next and the current version of Loopback? See LoopBack 3 vs LoopBack 4.

Installation

Make sure you have the following installed:

# install loopback4-example-microservices
git clone https://github.com/strongloop/loopback4-example-microservices
cd loopback4-example-microservices
npm i

Basic use

# start all microservices
npm start

# perform GET request to retrieve account summary data
curl localhost:3000/account/summary?accountNumber=CHK52321122 # or npm test

# perform GET request to retrieve account data
curl localhost:3001/accounts?accountNumber=CHK52321122

# stop all microservices
npm stop

Helper scripts for the above commands are in /bin directory.

Team

Project Architects

Raymond Feng Miroslav Bajtos Ritchie Martori
raymondfeng bajtos ritch

Project Maintainers

Taranveer Virk Biniam Admikew Kyu Shim Diana Lau
virkt25 b-admike dhmlau
Janny Hou Simon Ho Yappa Hage
jannyhou superkhau hacksparrow

See all contributors

Contributing

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].