The following environment variables if available will be taken:
  • BIGDATA_USERNAME
  • BIGDATA_PASSWORD
  • BIGDATA_API_KEY
  • BIGDATA_MAX_PARALLEL_REQUESTS. Default 10
Increasing the default value of BIGDATA_MAX_PARALLEL_REQUESTS increases the memory and socket consumption. More information here
Example:
# Bigdata username and password
BIGDATA_USERNAME=<your_email_address>
BIGDATA_PASSWORD=<your_password>

# Bigdata API key (Beta)
BIGDATA_API_KEY=<your_api_key>
BIGDATA_USER -> Deprecated, use BIGDATA_USERNAME instead.