Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 492 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 492 Bytes

Serializer Demo

Goal of repo

This repo is part of a demo to show how Apache Thrift works in python

Prerequisites

  • Python 3
  • Apache Thrift 0.12

Installation

In order to install the repo run the following command python setup.py install

Please note that it would need the Thrift schema already installed. Otherwise you will need to install the packages manually as described in the setup file

Main program

In the serializer.py you can find the main entry to the program