Skip to content

microsoft/Kusto-Query-Language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Kusto Query Language

Kusto Query Language is a simple yet powerful language to query structured, semi-structured, and unstructured data. It assumes a relational data model of tables and columns with a minimal set of data types. The language is very expressive, easy to read and understand the query intent, and optimized for authoring experiences. The Kusto Query Language is optimal for querying telemetry, metrics, and logs with deep support for text search and parsing, time-series operators and functions, analytics and aggregation, geospatial, vector similarity searches, and many other language constructs that provide the most optimal language for data analysis.

Content

This repo contains a C# parser and a semantic analyzer as well as a translator project that generates the same libraries in Java Script. See usage examples

API Package

This source code is also available as a package on nuget.org

Query Editor

If you need to provide a query authoring experience for the language, consider using the Kusto language plugin for the Monaco Editor

Contribute

There are many ways to contribute to Kusto Query Language.

Getting Help / Reporting Problems

  • Stack Overflow - Ask questions about how to use Kusto. Start posts with 'KQL'. This is monitored by Kusto team members.
  • User Voice - Suggest new features or changes to existing features.
  • Azure Data Explorer - Give feedback or report problems using the user feedback button (top-right near settings).
  • Azure Support - Report problems with the Kusto service.
  • Open an issue here - for problems specifically with this library.
  • Start a discussion - talk about this library, or anything related to Kusto.

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct.

Resources:

About

Kusto Query Language is a simple and productive language for querying Big Data.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published