Python Connector

Installation

The e6data Connector for Python provides an interface for writing Python applications that can connect to e6data and perform operations.

Install dependencies required for your environment using the command below:

# Amazon Linux / CentOS dependencies
yum install python3-devel gcc-c++ -y

# Ubuntu/Debian dependencies
apt install python3-dev g++ -y

# pip dependencies
pip install wheel

To install the Python package, use the command below:

pip install --no-cache-dir e6data-python-connector

Prerequisites

  • Ingress enabled in the cluster

  • Access Token generated in the e6data console.

Last updated