Technical requirements
After we go through the explanations and definitions, we’re going to create an Arrow Flight server and client together. You might also want to try replicating the results of some performance testing. To do this, you’ll need the following:
- An internet-connected computer
- The usual suspects for your language of choice:
- Go 1.21+
- Python 3.x with the
pyarrow
module installed
- Your preferred IDE
- Docker (optional) installed on your machine; Docker Desktop if on Windows