{{ headers.title }} Tutorial


Introduction

All Apache Thrift tutorials require that you have:

  1. The Apache Thrift Compiler and Libraries, see Download and Building from Source for more details.

  2. Generated the tutorial.thrift and shared.thrift files:

     thrift -r --gen {{ headers.library_lang }} tutorial.thrift
    
  3. Followed all prerequisites listed below.