back to home

exasol / pyexasol

Exasol Python driver with low overhead, fast HTTP transport and compression

78 stars
38 forks
28 issues
Python

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.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/exasol/pyexasol)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

PyExasol 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