- Learning Apache Thrift
- Krzysztof Rakowski
- 181字
- 2021-07-23 14:55:39
Chapter 1. Introducing Apache Thrift
There is a milestone in the life of every sufficiently large application that marks the point when it is too big to be maintained as a monolith. For some systems, it is in their blueprints from the very beginning, while for others, it comes as a growth induced necessity and brings along the need for massive rebuild.
Apache Thrift is one of the tools that assist in building scalable, distributed systems, spanning across different platforms and languages. Originally developed for internal use by Facebook, now it is an open source software project backed by the Apache Foundation. It is characterized by a wide range of supported languages, flexibility, and performance.
In this chapter, you will learn about the scenarios where using Apache Thrift may be necessary. You will also get familiar with its basic properties and how it is compared to other similar frameworks. It is essential to know the big picture to be able to select the best tool for your job.
Let's see how you can put Apache Thrift to good use!
- JavaScript全程指南
- Python自然語言處理(微課版)
- Python高效開發(fā)實(shí)戰(zhàn):Django、Tornado、Flask、Twisted(第3版)
- Python機(jī)器學(xué)習(xí)經(jīng)典實(shí)例
- Serverless computing in Azure with .NET
- Python從入門到精通
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- 快速入門與進(jìn)階:Creo 4·0全實(shí)例精講
- Go語言底層原理剖析
- Practical GIS
- 零基礎(chǔ)學(xué)Java第2版
- C語言程序設(shè)計教程
- SCRATCH編程課:我的游戲我做主
- Android應(yīng)用開發(fā)攻略
- 現(xiàn)代C++語言核心特性解析