1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2024-11-20 11:16:15 -05:00

Horizontal scalability

This commit is contained in:
mfornos 2015-05-03 17:12:00 +02:00
parent e2ff889395
commit 1e3e573388

View file

@ -19,10 +19,10 @@ A curated list of Microservice Architecture related principles and technologies.
- [Horizontal Scalability](#horizontal-scalability)
- [Resiliency](#resiliency)
- [IT Automation / Provisioning](#it-automation--provisioning)
- [Lightweight Packaging](#lightweight-packaging)
- [Continuous Integration & Deployment](#continuous-integration-&-deployment)
- [On-prem](#on-prem)
- [SaaS](#saas)
- [Lightweight Packaging](#lightweight-packaging)
- [Theory](#theory)
- [Articles](#articles)
- [Books](#books)
@ -102,10 +102,6 @@ A curated list of Microservice Architecture related principles and technologies.
- [Puppet](https://puppetlabs.com/) from provisioning bare metal & launching containers to new ways to manage infrastructure as code.
- [Chef](https://www.chef.io/chef/) automate how you build, deploy, and manage your infrastructure.
## Lightweight Packaging
- [Capsule](https://github.com/puniverse/capsule) is a packaging and deployment tool for JVM applications.
## Continuous Integration & Deployment
### On-prem
@ -120,6 +116,10 @@ A curated list of Microservice Architecture related principles and technologies.
- [Codeship](https://codeship.com/) is a hosted Continuous Delivery platform that takes care
of the testing and deployment process.
### Lightweight Packaging
- [Capsule](https://github.com/puniverse/capsule) is a packaging and deployment tool for JVM applications.
## Theory
### Articles