Added Apache Thrift and Apache Avro formats that for one are becoming very popular and two, they have Java bindings among various other bindings

This commit is contained in:
gandrianakis
2015-10-06 15:04:05 +03:00
parent a607419ca8
commit 41f981d0dd

View File

@ -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