INTRODUCTION

This article is intended to summarize the latest usage to get started with Apache Thrift.
There are references, but that means that they can still be used today.

About Apache Thrift

Apache Thrift is a remote procedure call (RPC) framework developed on Facebook for "Scalable Interlingual Service Development". It combines a software stack with a code generation engine to enable the development of services that work efficiently and seamlessly across languages such as C ++, C #, Java, Perl, Python, PHP, Erlang, Ruby, etc. .

Understand Apache Thrift J to R

Install Thrift

If it is CentOS, refer to this (Is it old?)

How to install Apache Thrift using command copy and paste alone

For Mac

brew install thrift

For Windows, download directly from here and pass it through PATH.

Apache Thrift – Download

Move Thrift

I was here when I was investigating how to move it.

Try RPC with Apache Thrift