An open API service indexing awesome lists of open source software.

https://github.com/jimschubert/thrift

Thrift 0.5, like for Twitter stuff
https://github.com/jimschubert/thrift

Last synced: 6 months ago
JSON representation

Thrift 0.5, like for Twitter stuff

Awesome Lists containing this project

README

          

# Dockerized Thrift 0.5

This is a docker image for Thrift 0.5 (which is 6+ years old).

Use this for generation of code in Twitter's repositories if you have issues with newer versions of Thrift.

## Example

```
docker run -v $PWD:/src:rw thrift -v -o /src --gen java /src/tracing.thrift
```