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.2.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.2-py3-none-any.whl (25.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: adxlite-0.2.2.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.2.tar.gz
Algorithm Hash digest
SHA256 a2c884491d5a06e0b8cf402d66218e939eff513cd8f8917d98274102144eec83
MD5 f63caac5629206558f8baaff6f1f6014
BLAKE2b-256 0b438052615d3712ac7c2a1c23074b277b0aa26f358b0293fb27ff44e6087f01

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: adxlite-0.2.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0860cd9c8d92f0825d4fbc44ab9ab79a8634abe91fda5d7a2bac433798dd9c00
MD5 7cc63680dce00d96b6a863bebc765a8f
BLAKE2b-256 7fd660917fac6f18294825eaac56a76a3cccb3248292fd5b707626a8a1190345

See more details on using hashes here.

Provenance

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