Skip to main content

A local SQLite-based database with Kusto Query Language (KQL) support

Project description

adxlite

PyPI Python

A local SQLite-based database with Kusto Query Language (KQL) support for Python.

Installation

pip install adxlite

Quick Start

import pandas as pd
from adxlite import AdxLiteClient

client = AdxLiteClient()  # in-memory, or pass a path for persistence
client.ingest("Users", pd.DataFrame({
    "name": ["Ada", "Alan", "Grace"],
    "city": ["London", "London", "Arlington"],
    "score": [10, 20, 30],
}))

result = client.query('Users | where city == "London" | project name, score')
print(result)

Features

  • SQLite-backed persistent storage with KQL query interface
  • Hybrid SQL + pandas execution for optimal performance
  • Full KQL parser with support for common operators
  • Type-aware schema metadata
  • Depends on adxpandas for parser and pandas execution

Documentation

See the full documentation for comprehensive guides.

Links

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

adxlite-0.2.0.tar.gz (27.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

adxlite-0.2.0-py3-none-any.whl (25.2 kB view details)

Uploaded Python 3

File details

Details for the file adxlite-0.2.0.tar.gz.

File metadata

  • Download URL: adxlite-0.2.0.tar.gz
  • Upload date:
  • Size: 27.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for adxlite-0.2.0.tar.gz
Algorithm Hash digest
SHA256 54c8193cf58e5740382ae562430189860d31da41771cea8a6e26dd34264a6b2a
MD5 9faf0a9093efeac57ca7645c6fc35e7e
BLAKE2b-256 94ec10a38f16e0e41ad38a41c7035a3b5aa81341951bef1c7dda87ef66264554

See more details on using hashes here.

Provenance

The following attestation bundles were made for adxlite-0.2.0.tar.gz:

Publisher: publish.yml on richarddzh/adxlite

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file adxlite-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: adxlite-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 25.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for adxlite-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 73e965b33b5ce97ce0870fa7093a4ac781626b74af00e0f38a53e5df02b7b32b
MD5 7fe94366931724cbdb599a9c3797cd2e
BLAKE2b-256 fc06ae892e81f1bd343d0fd0800051b6509d466a169cd5907d342bffbf3f34a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for adxlite-0.2.0-py3-none-any.whl:

Publisher: publish.yml on richarddzh/adxlite

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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