From c959b421b067eaffb92da7ec6e0f47151c7cff57 Mon Sep 17 00:00:00 2001 From: mfornos Date: Sun, 3 May 2015 17:26:53 +0200 Subject: [PATCH] Index changes --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 040e7f2..18ae5a2 100644 --- a/README.md +++ b/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.