Introduction
Prerequisites
Most of the how-to guides require to:
✅ Create a python virtual environment
✅ Install the Bigdata.com SDK bigdata-client
✅ Initialise environment variables
It’s recommended to use python 3.11.
Create a python virtual environment
Open the terminal and create a virtual environment with the following command:
Activate the virtual environment, every time you want to use it:
Install the Bigdata.com SDK [bigdata-client]
Let’s install bigdata-client
within the environment bigdata_venv
.
Initialise environment variables
Export the Bigdata.com credentials, so the Bigdata class can use it
Export a maximum number of parallel threads: