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
- Host: GitHub
- URL: https://github.com/jimschubert/thrift
- Owner: jimschubert
- Created: 2017-10-26T13:00:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T14:19:59.000Z (almost 9 years ago)
- Last Synced: 2025-04-09T12:11:10.701Z (over 1 year ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```