mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2024-11-20 11:16:15 -05:00
Index changes
This commit is contained in:
parent
43c9bb237a
commit
c959b421b0
1 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
@ -9,15 +9,15 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [Toolkits](#toolkits)
|
||||
- [JVM](#jvm)
|
||||
- [Go](#go)
|
||||
- [Platforms](#platforms)
|
||||
- [Runtimes](#runtimes)
|
||||
- [Infrastructure](#infrastructure)
|
||||
- [API Gateway](#api-gateway)
|
||||
- [Configuration & Discovery](#configuration-&-discovery)
|
||||
- [Monitoring](#monitoring)
|
||||
- [Logging](#logging)
|
||||
- [Platforms](#platforms)
|
||||
- [Runtimes](#runtimes)
|
||||
- [Horizontal Scalability](#horizontal-scalability)
|
||||
- [Resiliency](#resiliency)
|
||||
- [Horizontal Scalability](#horizontal-scalability)
|
||||
- [Resiliency](#resiliency)
|
||||
- [IT Automation / Provisioning](#it-automation--provisioning)
|
||||
- [Continuous Integration & Deployment](#continuous-integration-&-deployment)
|
||||
- [On-prem](#on-prem)
|
||||
|
@ -73,6 +73,12 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [Consul](https://consul.io/) Service discovery and configuration made easy. Distributed, highly available, and datacenter-aware.
|
||||
- [Eureka](https://github.com/Netflix/eureka/wiki/Eureka-at-a-glance) is a REST based service that is primarily used in the AWS cloud for locating services for the purpose of load balancing and failover of middle-tier servers.
|
||||
|
||||
### Serialization
|
||||
|
||||
- [MessagePack](http://msgpack.org/) is an efficient binary serialization format.
|
||||
- [Cereal](http://uscilab.github.io/cereal/) a C++11 library for serialization.
|
||||
- [Kryo](https://github.com/EsotericSoftware/kryo) Java serialization and cloning: fast, efficient, automatic
|
||||
|
||||
### Monitoring
|
||||
|
||||
- [Graphite](http://graphite.wikidot.com/) scalable realtime graphing.
|
||||
|
|
Loading…
Reference in a new issue