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:10:03 +02:00
parent ab95b43056
commit e2ff889395

View file

@ -16,7 +16,7 @@ A curated list of Microservice Architecture related principles and technologies.
- [Logging](#logging)
- [Platforms](#platforms)
- [Runtimes](#runtimes)
- [Horizontal Scaling](#horizontal-scaling)
- [Horizontal Scalability](#horizontal-scalability)
- [Resiliency](#resiliency)
- [IT Automation / Provisioning](#it-automation--provisioning)
- [Lightweight Packaging](#lightweight-packaging)
@ -86,7 +86,7 @@ A curated list of Microservice Architecture related principles and technologies.
- [Karaf](http://karaf.apache.org/) is a small OSGi based runtime which provides a lightweight container.
- [Akka](http://akka.io/) is a toolkit and runtime for building highly concurrent, distributed, and resilient message-driven applications on the JVM.
## Horizontal Scaling
## Horizontal Scalability
- [Hazelcast](http://hazelcast.org/) is an open source in-memory data grid.
- [Galaxy](http://www.paralleluniverse.co/galaxy/) is an open-source high-performance in-memory data-grid.