Azure Data Explorer advanced analytics library (functions, queries, etc.)
Перейти к файлу
Adi Eldar 77bddb5d6b
Fix index for LLM notebook (#7)
2023-07-24 10:20:42 +03:00
KqlMagic 'Startup KqlMagic notebook' (#1) 2018-11-22 11:54:10 +02:00
LLM Modified index.md (#6) 2023-07-24 08:40:18 +03:00
Lab Lab task: train a classifier in Jupyter, score in Kusto 2018-11-22 10:44:49 +02:00
ML Adding notebook showing how to train model on Synapse Spark ppol and score it in Synapse Data Explorer pool 2021-11-03 13:05:17 +02:00
Series Improve series_decompose* demos to use the same 1 month traffic dataset 2019-04-23 17:01:30 +03:00
Utils/functions 1. Change to new python plugin 2019-02-04 14:47:15 +02:00
.gitignore Initial commit 2018-11-18 23:55:49 -08:00
LICENSE Initial commit 2018-11-18 23:55:51 -08:00
README.md Convert \ to / in all links 2018-11-25 13:32:11 +02:00
SECURITY.md Microsoft mandatory file 2022-07-28 16:46:40 +00:00
index.md Fix index for LLM notebook (#7) 2023-07-24 10:20:42 +03:00

README.md

Azure Data Explorer Library

This repository contains user functions, sample queries & notebookes for Azure Data Exlorer (Kusto). See the complete index of contents.

The 'Samples' database on the 'Help' cluster contains the tables required to test these sample queries; you can easily connect to it using #connect cluster('help').database('Samples')

However, in order to store functions you need to have write permission for the specific database; alternatively, you can use the inline (lambda) version.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.