Skip to main content

High performance Kusto (Azure Data Explorer) client based on Apache Arrow and Rust.

Project description

dash-bootstrap-components logo

ADX-Arrow

High performance Kusto (Azure Data Explorer) client based on Apache Arrow and Rust.

Usage

from arrow_adx import KustoClient
import pyarrow as pa

client = KustoClient("<service-url>")

batches = client.execute("<database>", "<query>")
table = pa.Table.from_batches(batches)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adx_arrow-0.0.1.tar.gz (66.2 kB view hashes)

Uploaded Source

Built Distributions

adx_arrow-0.0.1-cp38-abi3-win_amd64.whl (1.9 MB view hashes)

Uploaded CPython 3.8+ Windows x86-64

adx_arrow-0.0.1-cp38-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (5.0 MB view hashes)

Uploaded CPython 3.8+ manylinux: glibc 2.12+ x86-64

adx_arrow-0.0.1-cp38-abi3-macosx_10_7_x86_64.whl (1.9 MB view hashes)

Uploaded CPython 3.8+ macOS 10.7+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page