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.3.tar.gz (27.4 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.3-py3-none-any.whl (25.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: adxlite-0.2.3.tar.gz
  • Upload date:
  • Size: 27.4 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.3.tar.gz
Algorithm Hash digest
SHA256 dc257b9e426b4087785ff898f933f71cf941832ad78a361b36cdcbf345811c7d
MD5 1963fecd84d40b34d6f170c310775e0d
BLAKE2b-256 bf68eff8353e6814ffffdcfc67a9e19993e1c535cf2b322958ea7f396ba75b85

See more details on using hashes here.

Provenance

The following attestation bundles were made for adxlite-0.2.3.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.3-py3-none-any.whl.

File metadata

  • Download URL: adxlite-0.2.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 df05f8a848df2f1c0c387aa7b5546ddf32c11ce2e31d5e30d0110a46205ae570
MD5 47927f41dcf796bbb44b749ade7eb8f2
BLAKE2b-256 23a40517482cbea20f9d6a321ed10282ae5dcf86edbe46e438cce1fc11594e8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for adxlite-0.2.3-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