fbthrift

Facebook's Thrift fork with modern C++ server and code generation

brewmacoslinux
Try with needOr install directly
Source

About

Facebook's branch of Apache Thrift, including a new C++ server

Commands

thrift1

Examples

Generate C++ code from a Thrift definition file$ thrift1 --gen cpp -out ./gen-cpp service.thrift
Generate Python code from a Thrift definition file$ thrift1 --gen py -out ./gen-py service.thrift
Generate Java code with output directory specified$ thrift1 --gen java -out ./generated api.thrift