All Projects → ofstudio → docker-compose-scale-example

ofstudio / docker-compose-scale-example

Licence: other
Example of Docker Compose scale and load balancing features

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to docker-compose-scale-example

Gauntlet
🔖 Guides, Articles, Podcasts, Videos and Notes to Build Reliable Large-Scale Distributed Systems.
Stars: ✭ 336 (+1766.67%)
Mutual labels:  scalability, load-balancer
system-design-notebook
Learn System Design step by step
Stars: ✭ 372 (+1966.67%)
Mutual labels:  scalability, load-balancer
Proxy
The type-safe REST library for .NET Standard 2.0 (NetCoreStack Flying Proxy)
Stars: ✭ 40 (+122.22%)
Mutual labels:  scalability, load-balancer
Ansible Role Haproxy
Ansible Role - HAProxy
Stars: ✭ 112 (+522.22%)
Mutual labels:  scalability, load-balancer
koa-plus
The Koa framework extended for APIs. Optimized for security, scalability, and productivity.
Stars: ✭ 17 (-5.56%)
Mutual labels:  scalability
Hera
High Efficiency Reliable Access to data stores
Stars: ✭ 213 (+1083.33%)
Mutual labels:  scalability
Axonframework
Framework for Evolutionary Event-Driven Microservices on the JVM
Stars: ✭ 2,558 (+14111.11%)
Mutual labels:  scalability
Usl4j
A reasonably complete implementation of the Universal Scalability Law model.
Stars: ✭ 194 (+977.78%)
Mutual labels:  scalability
styx
Programmable, asynchronous, event-based reverse proxy for JVM.
Stars: ✭ 250 (+1288.89%)
Mutual labels:  load-balancer
Clustering4Ever
C4E, a JVM friendly library written in Scala for both local and distributed (Spark) Clustering.
Stars: ✭ 126 (+600%)
Mutual labels:  scalability
grpc-lb
Kubernetes 中的 gRPC 负载均衡
Stars: ✭ 15 (-16.67%)
Mutual labels:  load-balancer
Thespian
Python Actor concurrency library
Stars: ✭ 220 (+1122.22%)
Mutual labels:  scalability
microservice workshop
Microservices Architecture Workshop focuses on helping the developers / architects to understand the key Architecture paradigms with hands on section. The course helps the developers from Monolithic App mindset to a Microservices based App development. It also helps the developers with hands on development experience with key Microservices infra…
Stars: ✭ 69 (+283.33%)
Mutual labels:  scalability
Mgodatagen
Generate random data for MongoDB
Stars: ✭ 206 (+1044.44%)
Mutual labels:  scalability
concurrent-ll
concurrent linked list implementation
Stars: ✭ 66 (+266.67%)
Mutual labels:  scalability
Barrel Platform
Distributed database for the modern world
Stars: ✭ 201 (+1016.67%)
Mutual labels:  scalability
Professional Programming
A collection of full-stack resources for programmers.
Stars: ✭ 15,936 (+88433.33%)
Mutual labels:  scalability
nest-convoy
[WIP] An opinionated framework for building distributed domain driven systems using microservices architecture
Stars: ✭ 20 (+11.11%)
Mutual labels:  scalability
Node Api Boilerplate
DDD/Clean Architecture inspired boilerplate for Node web APIs
Stars: ✭ 2,797 (+15438.89%)
Mutual labels:  scalability
Paddle
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
Stars: ✭ 17,232 (+95633.33%)
Mutual labels:  scalability

docker-compose-scale-example

Example of Docker Compose scale and simple DNS-based load balancing features. See docker-compose.yaml for more info.

Services

  • Nginx
  • Node.js Express app (3 instances)

Demo

  1. Run docker-compose up -d
  2. Navigate to localhost:8000
  3. Refresh the page

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].