exasol / pyexasol
Exasol Python driver with low overhead, fast HTTP transport and compression
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing exasol/pyexasol in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewPyExasol 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. --- • Documentation: https://exasol.github.io/pyexasol/ • Source Code: https://github.com/exasol/pyexasol --- 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.10 Getting Started Check out PyExasol's Getting Started page for your first steps. Developers • Created by Vitaly Markov, 2018 — 2022 • Maintained by Exasol 2023 — Today