Kusto Query Language is a simple yet powerful language to query structured, semi-structured and unstructured data. It assumes 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.
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
This source code is also available as a package on nuget.org
If you need to provide a query authoring experience for the language, consider using the Kusto language plugin for the Monaco Editor
There are many ways to contribute to Kusto Query Language.
- Submit bugs and help us verify fixes as they are checked in.
- Review the source code changes.
- Engage with other Kusto Query Language users and developers on StackOverflow.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.