Thriftify is a Thrift bindings generation service that helps you avoid the need to compile and use the Thrift compiler.
Bindings can be generated using:
- Pasting a Thrift IDL file
- Uploading one (or more) Thrift IDL file(s)
- Providing a URL for your Thrift IDL file
In addition to that, you can use a simple cURL command to post your Thrift file and get back a zip file containing the bindings you have reuqested. You can read more about it in the Documentation section.
The first file uploaded will be the one the Thrift compiler executes on.
If you reference other Thrift files in it, add them as additional files
- Written by Eran Sandler (@erans)
- Ran Tavory (@rantav)
- © all rights reserved 2012
