Skip to main content

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

Project description

adxlite

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 AdxLite documentation for comprehensive guides.

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.1.0.tar.gz (27.0 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.1.0-py3-none-any.whl (25.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for adxlite-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b66a42c901997e32cfba74a7b356ae022a734b4ac284cd35d6189ae118b5d9eb
MD5 4cf295b8b0d870d0b18b0ff3fa547ae8
BLAKE2b-256 10ac4654996b6abfe4cdf2dead713c64a4f9ab7c66a34e5322796cd5c46c82fc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: adxlite-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 25.0 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.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ebe3ea0ed1ed62b19f4caab0f448be3fe2bd75950ea3cf569d5968debe693adb
MD5 af897171d3ea791b0d3b4e4be2842423
BLAKE2b-256 a99f9a5c17a0f2af8ad1ef063be23d25accc244d581923a151cab1157c68a9d2

See more details on using hashes here.

Provenance

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