- 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!
- 潮流:UI設計必修課
- Vue.js前端開發基礎與項目實戰
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- JavaScript Unlocked
- Django Design Patterns and Best Practices
- Mastering matplotlib
- 可解釋機器學習:模型、方法與實踐
- Java程序設計入門
- Node Cookbook(Second Edition)
- Julia for Data Science
- 智能手機APP UI設計與應用任務教程
- Kotlin Programming By Example
- Mastering Apache Camel
- Practical Maya Programming with Python
- 高質量程序設計指南:C++/C語言