🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

pyexasol

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyexasol

Exasol python driver with extra features

Source
pipPyPI
Version
1.3.0
Maintainers
2

PyExasol

Continuous Integration (master) Anaconda PyPi Package Downloads Supported Python Versions

PyExasol is the officially supported Python connector for Exasol. It helps to handle massive volumes of data commonly associated with this DBMS.

You may expect significant performance improvement over ODBC in a single process scenario involving pandas, parquet, or polars.

PyExasol provides an API to read & write multiple data streams in parallel using separate processes, which is necessary to fully utilize hardware and achieve linear scalability. With PyExasol you are no longer limited to a single CPU core.

PyExasol Main Concepts

  • Based on WebSocket protocol;
  • Optimized for minimum overhead;
  • Easy integration with pandas, parquet, and polars via HTTP transport;
  • Compression to reduce network bottleneck;

System Requirements

  • Exasol >= 7.1
  • Python >= 3.9

Getting Started

Check out PyExasol's Getting Started page for your first steps.

Developers

Keywords

exasol

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts