Vality version of Apache Thrift
Go to file
2019-02-07 17:16:59 -05:00
.github Update the pull request template [ci skip] 2019-02-07 17:16:59 -05:00
aclocal Update a couple of our m4 files for autoconf 2018-12-17 12:18:48 -05:00
build THRIFT-4732:refine cmake scripts (#1688) 2019-02-07 09:27:33 -05:00
compiler/cpp THRIFT-4384: fix concurrent sync in cpp async client code 2019-02-02 22:10:41 -05:00
contrib THRIFT-4753: re-version master to next release 0.13.0 2019-01-25 23:33:54 -05:00
debian THRIFT-4766: Fix JDK11 build (#1723) 2019-02-01 14:31:58 -05:00
doc THRIFT-4405: add documentation on sequence number rules 2019-02-01 11:13:49 -05:00
lib THRIFT-4732:refine cmake scripts (#1688) 2019-02-07 09:27:33 -05:00
test THRIFT-4732:refine cmake scripts (#1688) 2019-02-07 09:27:33 -05:00
tutorial THRIFT-4405: fix cygwin on appveyor 2019-02-01 11:13:49 -05:00
.clang-format THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
.dockerignore THRIFT-3474 Docker: thrift-compiler 2015-12-06 21:26:58 +01:00
.editorconfig THRIFT-2967 Add .editorconfig to root 2015-06-05 12:44:39 +02:00
.eslintignore THRIFT-4653: ES6 classes support (#1615) 2018-10-28 11:27:38 -04:00
.eslintrc.json THRIFT-4653: ES6 classes support (#1615) 2018-10-28 11:27:38 -04:00
.flake8 THRIFT-4405: fix cygwin on appveyor 2019-02-01 11:13:49 -05:00
.gitattributes THRIFT-2724 - Coding standards template added all over project 2015-02-05 12:15:19 +01:00
.gitignore THRIFT-4723 Consolidate C#/netcore into new netstd language target 2019-01-28 23:12:28 +01:00
.rustfmt.toml Reformat rust code with rustfmt 1.0 2018-12-16 18:22:04 -05:00
.travis.yml THRIFT-4743: remove cpp compiler plugin support to simplify the project 2019-01-26 23:53:38 -05:00
ApacheThrift.nuspec THRIFT-4753: re-version master to next release 0.13.0 2019-01-25 23:33:54 -05:00
appveyor.yml THRIFT-4759:add thrift export to fix windows shared lib building (#1714) 2019-02-04 13:57:21 -05:00
bootstrap.sh THRIFT-4717: fix up make clean with autoconf 2019-01-25 23:33:54 -05:00
bower.json THRIFT-4753: re-version master to next release 0.13.0 2019-01-25 23:33:54 -05:00
CHANGES.md THRIFT-4405: sanity tests relating to sequence numbers 2019-02-01 11:13:49 -05:00
CMakeLists.txt THRIFT-4732:refine cmake scripts (#1688) 2019-02-07 09:27:33 -05:00
composer.json Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 2018-12-30 11:06:00 -05:00
configure.ac THRIFT-4723 Consolidate C#/netcore into new netstd language target 2019-01-28 23:12:28 +01:00
CONTRIBUTING.md Updated the Contributing Guide [ci skip] 2019-01-30 10:29:08 -05:00
doap.rdf THRIFT-4719: remove cocoa 2019-01-14 08:13:52 -05:00
dub.json THRIFT-4724: fix dub.json dependencies limit on openssl deimos 2019-01-05 09:33:02 -05:00
jitpack.yml THRIFT-4748: add jitpack support [ci skip] 2019-01-22 09:50:26 -05:00
LANGUAGES.md THRIFT-4750: as3 changes to build and publish to maven central 2019-01-24 12:20:30 -05:00
LICENSE THRIFT-3664 Remove md5.c 2016-02-22 23:27:12 +09:00
Makefile.am THRIFT-4405: sanity tests relating to sequence numbers 2019-02-01 11:13:49 -05:00
NOTICE update NOTICE [ci skip] 2019-01-23 14:09:06 -05:00
package-lock.json THRIFT-4763: HTML compiler produces invalid HTML document (#1720) 2019-01-30 20:14:27 -05:00
package.json THRIFT-4763: HTML compiler produces invalid HTML document (#1720) 2019-01-30 20:14:27 -05:00
phpcs.xml.dist THRIFT-4475: PSR-2 support for lib/php/test 2018-01-29 15:44:43 -05:00
README.md Update README with build status badges 2018-06-27 11:01:16 -04:00
sonar-project.properties THRIFT-4753: re-version master to next release 0.13.0 2019-01-25 23:33:54 -05:00
Thrift.podspec THRIFT-4753: re-version master to next release 0.13.0 2019-01-25 23:33:54 -05:00

Apache Thrift

Introduction

Thrift is a lightweight, language-independent software stack with an associated code generation mechanism for point-to-point RPC. Thrift provides clean abstractions for data transport, data serialization, and application level processing. The code generation system takes a simple definition language as input and generates code across programming languages that uses the abstracted stack to build interoperable RPC clients and servers.

Apache Thrift Layered Architecture

Thrift makes it easy for programs written in different programming languages to share data and call remote procedures. With support for 25 programming languages, chances are Thrift supports the languages that you currently use.

Thrift is specifically designed to support non-atomic version changes across client and server code.

For more details on Thrift's design and implementation, see the Thrift whitepaper included in this distribution, or at the README.md file in your particular subdirectory of interest.

Status

Branch Travis Appveyor Coverity Scan codecov.io Website
master Build Status Build status Coverity Scan Build Status Website

Releases

Thrift does not maintain a specific release calendar at this time.

We strive to release twice yearly. Download the current release.

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Project Hierarchy

thrift/

compiler/

Contains the Thrift compiler, implemented in C++.

lib/

Contains the Thrift software library implementation, subdivided by
language of implementation.

cpp/
go/
java/
php/
py/
rb/
...

test/

Contains sample Thrift files and test code across the target programming
languages.

tutorial/

Contains a basic tutorial that will teach you how to develop software
using Thrift.

Development

To build the same way Travis CI builds the project you should use docker. We have comprehensive building instructions for docker.

Requirements

See http://thrift.apache.org/docs/install for a list of build requirements (may be stale). Alternatively see the docker build environments for a list of prerequisites.

Resources

More information about Thrift can be obtained on the Thrift webpage at:

 http://thrift.apache.org

Acknowledgments

Thrift was inspired by pillar, a lightweight RPC tool written by Adam D'Angelo, and also by Google's protocol buffers.

Installation

If you are building from the first time out of the source repository, you will need to generate the configure scripts. (This is not necessary if you downloaded a tarball.) From the top directory, do:

./bootstrap.sh

Once the configure scripts are generated, thrift can be configured. From the top directory, do:

./configure

You may need to specify the location of the boost files explicitly. If you installed boost in /usr/local, you would run configure as follows:

./configure --with-boost=/usr/local

Note that by default the thrift C++ library is typically built with debugging symbols included. If you want to customize these options you should use the CXXFLAGS option in configure, as such:

./configure CXXFLAGS='-g -O2'
./configure CFLAGS='-g -O2'
./configure CPPFLAGS='-DDEBUG_MY_FEATURE'

To enable gcov required options -fprofile-arcs -ftest-coverage enable them:

./configure  --enable-coverage

Run ./configure --help to see other configuration options

Please be aware that the Python library will ignore the --prefix option and just install wherever Python's distutils puts it (usually along the lines of /usr/lib/pythonX.Y/site-packages/). If you need to control where the Python modules are installed, set the PY_PREFIX variable. (DESTDIR is respected for Python and C++.)

Make thrift:

make

From the top directory, become superuser and do:

make install

Note that some language packages must be installed manually using build tools better suited to those languages (at the time of this writing, this applies to Java, Ruby, PHP).

Look for the README.md file in the lib// folder for more details on the installation of each language library package.

Testing

There are a large number of client library tests that can all be run from the top-level directory.

      make -k check

This will make all of the libraries (as necessary), and run through the unit tests defined in each of the client libraries. If a single language fails, the make check will continue on and provide a synopsis at the end.

To run the cross-language test suite, please run:

      make cross

This will run a set of tests that use different language clients and servers.