From 41f981d0dde314f95510a2a6d3feb9b2121d07bb Mon Sep 17 00:00:00 2001 From: gandrianakis Date: Tue, 6 Oct 2015 15:04:05 +0300 Subject: [PATCH] Added Apache Thrift and Apache Avro formats that for one are becoming very popular and two, they have Java bindings among various other bindings --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a749436..8784c86 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,8 @@ A curated list of awesome Java frameworks, libraries and software. * [Protobuf](https://github.com/google/protobuf) - Google's data interchange format. * [SBE](https://github.com/real-logic/simple-binary-encoding) - Simple Binary Encoding, one of the fastest message formats around. * [Wire](https://github.com/square/wire) - Clean, lightweight protocol buffers. +* [Apache Thrift](https://thrift.apache.org/) - Data interchange format that originated at Facebook. +* [Apache Avro](https://avro.apache.org/) - Data interchange format featuring among others: dynamic typing, untagged data, absence of manually assigned IDs. ## Date and Time