Technical requirements
This is going to be another code-heavy chapter, so buckle up! As usual, make sure you’ve got the following on your computer:
- Python 3+ with the
pyarrow
module installed and importable - Go 1.21+
- A C++ compiler that supports C++17 or better
- Docker (see the Setting up a performance test section of Chapter 7, Exploring Apache Arrow Flight RPC, for instructions on installing it)
As usual, the code samples can be found in this book’s GitHub repository at https://github.com/PacktPublishing/In-Memory-Analytics-with-Apache-Arrow-Second-Edition, in the chapter8
folder.