Hello world project extravaganza, the Kusto Query Language (KQL) version.
This repository contains a version of “Hello World” programs written in Kusto;Kusto Query Language (KQL), is a query language designed for Azure Data Explorer and other data services in the Azure ecosystem. It is not a general purpouse programming language, it is used for querying large datasets and analyzing log data. So this is an unconventional use of Kusto, and this query is overly complex for educational purposes only; indeed this is part of a fun and educational project that showcases how to print “Hello World” in different programming languages. The goal is to have a “Hello World” program in every programming language. This project is inspired by the GitHub Hello World project and you can found it in Hello World Extravaganza website.
To get started, clone this repository to your local machine:
git clone https://github.com/silviotorre/helloworld.git
To run the “Hello World” program navigate to the project directory and run the program. Follow the instructions below to run the “Hello World” Kusto query. Some info: A Kusto query is a read-only request to process data and return results. The request is stated in plain text, using a data-flow model that is easy to read, author, and automate. Kusto queries are made of one or more query statements. Code is provided in hello_world.kql (Kusto Query Language) or hello_world.csl (Cougar Query Language).
Azure Data Studio is a cross-platform database tool for data professionals using the Microsoft family of on-premises and cloud data platforms on Windows, MacOS, and Linux. To run the “Hello World” program in Azure Data Studio follow the instructions below:
Feel free to contribute your own “Hello World” programs to this repository. Simply create a new directory with the name of the programming language and add a file named hello-world.
Enjoy and happy coding!