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

Uploaded Python 3

File details

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

File metadata

  • Download URL: adxlite-0.2.1.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.1.tar.gz
Algorithm Hash digest
SHA256 95250e30b302b6346fbc141fb934ab64d900710ee6068b2e497630f1b08e0f7c
MD5 d47c82ba8a8269378b040ca8b6478b0d
BLAKE2b-256 3e8e54da5db2ce797daac251c1490af193c484c96bed5a29a665252121fbd8d3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: adxlite-0.2.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 83262e06e662a877bdeb9d3df026d8d68aeadecbae1acba90f8d4b5142eacaed
MD5 6aa21b0c0f730f515e9c40f29f13b98e
BLAKE2b-256 1b5b0409675124dbf0fbc15e501d8eed5ab949b3afce7d9920d8f980a372515e

See more details on using hashes here.

Provenance

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