A Kusto client package
Project description
net-kusto-client
This package is used to query and ingest data into kusto
To Install
Create a free kusto cluster following these instructions, https://learn.microsoft.com/en-us/azure/data-explorer/start-for-free-web-ui
py -m pip install net-kusto-client
Please create local.settings.json file in your home folder, you can also copy example.csv to home folder for testing.
~/
├── local.settings.json
├── example.csv
The client_id in local.settings.json can be either the aad application id or the user-assigned managed identity. The client_secret is used as the application key.
Usage
import net_kusto_client
k_client = net_kusto_client.NetKustoClient()
k_client.create_sample_table()
k_client.ingest_sample_data()
k_client.execute_sample_query()
k_client.execute_stormevents_sample_query()
On the kusto database you can delete the table using .drop table DeviceInfo
Project details
Release history Release notifications | RSS feed
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 net_kusto_client-0.1.2.tar.gz.
File metadata
- Download URL: net_kusto_client-0.1.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49c64d509c1e716e4ab3b8bc8c851c01ef8cfc684c0d97f227130dbcc860b033
|
|
| MD5 |
03060d33c15177c36752100ea9a0bffa
|
|
| BLAKE2b-256 |
3da351dc753a7d22e8ac815f6a0f6bc0279014f6bdda7f44dd1bb742ed846eb1
|
File details
Details for the file net_kusto_client-0.1.2-py3-none-any.whl.
File metadata
- Download URL: net_kusto_client-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80bad0ea564e9c2b4b5752e5609ebcba48c16bd9f4c9e1124a4918d46255bbe0
|
|
| MD5 |
be648db31a25ae6a64f87a886acdd6d3
|
|
| BLAKE2b-256 |
366a56eddeee9578d4b4826aa3f79a675f95f48b9cde3a04aa58e6291c56d5c3
|