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 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2c884491d5a06e0b8cf402d66218e939eff513cd8f8917d98274102144eec83
|
|
| MD5 |
f63caac5629206558f8baaff6f1f6014
|
|
| BLAKE2b-256 |
0b438052615d3712ac7c2a1c23074b277b0aa26f358b0293fb27ff44e6087f01
|
Provenance
The following attestation bundles were made for adxlite-0.2.2.tar.gz:
Publisher:
publish.yml on richarddzh/adxlite
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
adxlite-0.2.2.tar.gz -
Subject digest:
a2c884491d5a06e0b8cf402d66218e939eff513cd8f8917d98274102144eec83 - Sigstore transparency entry: 1702248029
- Sigstore integration time:
-
Permalink:
richarddzh/adxlite@abf255853ca8c2bebc9a2c14f1f18c5d1e352fa4 -
Branch / Tag:
refs/tags/v0.2.2 - Owner: https://github.com/richarddzh
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@abf255853ca8c2bebc9a2c14f1f18c5d1e352fa4 -
Trigger Event:
release
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0860cd9c8d92f0825d4fbc44ab9ab79a8634abe91fda5d7a2bac433798dd9c00
|
|
| MD5 |
7cc63680dce00d96b6a863bebc765a8f
|
|
| BLAKE2b-256 |
7fd660917fac6f18294825eaac56a76a3cccb3248292fd5b707626a8a1190345
|
Provenance
The following attestation bundles were made for adxlite-0.2.2-py3-none-any.whl:
Publisher:
publish.yml on richarddzh/adxlite
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
adxlite-0.2.2-py3-none-any.whl -
Subject digest:
0860cd9c8d92f0825d4fbc44ab9ab79a8634abe91fda5d7a2bac433798dd9c00 - Sigstore transparency entry: 1702248056
- Sigstore integration time:
-
Permalink:
richarddzh/adxlite@abf255853ca8c2bebc9a2c14f1f18c5d1e352fa4 -
Branch / Tag:
refs/tags/v0.2.2 - Owner: https://github.com/richarddzh
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@abf255853ca8c2bebc9a2c14f1f18c5d1e352fa4 -
Trigger Event:
release
-
Statement type: