Add protobufs/avro/thrift comparinsons
This commit is contained in:
@@ -202,6 +202,9 @@ At the moment this is not useful for anyone but myself, if at some point I find
|
|||||||
* Distributed Processing
|
* Distributed Processing
|
||||||
* Hadoop
|
* Hadoop
|
||||||
* [Hadoop: Up & Running](https://learning.oreilly.com/library/view/hadoop-the-definitive/9781491901687/) 📕 💰
|
* [Hadoop: Up & Running](https://learning.oreilly.com/library/view/hadoop-the-definitive/9781491901687/) 📕 💰
|
||||||
|
* RPC - Remote Procedure Call
|
||||||
|
* [Schema Evolution: AVRO, Protobufs and Thrift](https://martin.kleppmann.com/2012/12/05/schema-evolution-in-avro-protocol-buffers-thrift.html) 📰 🆓
|
||||||
|
* [AVRO vs Protobufs vs Thrift](https://www.slideshare.net/IgorAnishchenko/pb-vs-thrift-vs-avro) 📰 🆓
|
||||||
* Operations
|
* Operations
|
||||||
* Terminal
|
* Terminal
|
||||||
* [Set of Bash Oneliners](https://github.com/onceupon/Bash-Oneliner) 💻 🆓
|
* [Set of Bash Oneliners](https://github.com/onceupon/Bash-Oneliner) 💻 🆓
|
||||||
|
|||||||
5
TODO
5
TODO
@@ -74,8 +74,3 @@ https://github.com/jlevy/the-art-of-command-line
|
|||||||
https://github.com/djhworld/simple-computer
|
https://github.com/djhworld/simple-computer
|
||||||
http://www.brendangregg.com/linuxperf.html
|
http://www.brendangregg.com/linuxperf.html
|
||||||
|
|
||||||
AVRO/PROTOBUFS/THRIFT
|
|
||||||
|
|
||||||
https://martin.kleppmann.com/2012/12/05/schema-evolution-in-avro-protocol-buffers-thrift.html
|
|
||||||
|
|
||||||
https://www.slideshare.net/IgorAnishchenko/pb-vs-thrift-vs-avro
|
|
||||||
|
|||||||
@@ -48,6 +48,10 @@ graph TD
|
|||||||
STM --> Kafka
|
STM --> Kafka
|
||||||
STM --> Kinesis
|
STM --> Kinesis
|
||||||
STM --> NATS
|
STM --> NATS
|
||||||
|
DSi --> RPC[Remote Procedure Call]
|
||||||
|
RPC --> AVRO
|
||||||
|
RPC --> Protobufs
|
||||||
|
RPC --> Thrift
|
||||||
|
|
||||||
SRE --> OPS[Operations]
|
SRE --> OPS[Operations]
|
||||||
OPS --> OS[Operating Systems]
|
OPS --> OS[Operating Systems]
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 254 KiB |
Reference in New Issue
Block a user