A technical overview of the application

As we now know what we want to achieve, this is the best time to plan the technical elements of Apache Thrift that we would want to use. This is still not the moment when we start coding; the effect of our work will be in pseudocode.

Note

Pseudocode is an informal description of how a computer program or other algorithm works or will work. This code doesn't have to be parsable in any programming language and the syntax relies heavily on convention. The goal of pseudocode is to give the developer an idea of what should be coded in the intended programming language without going deep into the implementation details.

As the core of every service is its functions, we will start from them, and then draw the big ...

Get Learning Apache Thrift now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.