Skip to content

343829084/fbthrift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FBThrift: Facebook's branch of apache thrift

The main focus of this package is the new C++ server, under thrift/lib/cpp2. This repo also contains a branch of the rest of apache thrift's repo with any changes Facebook has made, however the build system only supports cpp2.

Apache thrift is at http://thrift.apache.org/

Building

For your convenience, a build script is provided for ubuntu 12.10 64-bit:

cd fbthrift/thrift ./deps.sh

It will automatically pull down folly and build it, and then configure and build thrift.

Dependencies

  • Facebook's folly library: http://www.github.com/facebook/folly

  • Ubuntu 12.10 64-bit requires the following packages:

    • autoconf
    • libtool
    • g++
    • libboost-dev-all
    • libevent-dev
    • flex
    • bison
    • libgoogle-glog-dev
    • scons
    • libkrb5-dev
    • libsnappy-dev
    • libsasl2-dev

Docs

Some docs on the new cpp2 server are at: https://github.com/facebook/fbthrift/blob/master/thrift/doc/Cpp2.md

Releases

No releases published

Packages

No packages published

Languages

  • C++ 60.9%
  • D 7.1%
  • Java 6.9%
  • Python 6.4%
  • Ruby 3.6%
  • Go 2.3%
  • Other 12.8%