Jiří Činčura ↹ · @cincura_net
105 followers · 201 posts · Server mas.to

#kusto #kql #sql

Last updated 1 year ago

nielsb · @nielsb
79 followers · 126 posts · Server fosstodon.org

New post: "Cross-Platform Compatibility Made Easy with Multi-Platform Docker Images: Azure Data Explorer Sink Connector & Kafka Connect"

Docker has revolutionized the way we package and deploy software applications.

However, it's challenging to maintain a single image that can work across multiple platforms.

This blog post explores the steps required to build and deploy multi-platform Docker images.

nielsberglund.com/post/2023-04

#kafka #azuredataexplorer #kusto #KafkaConnect

Last updated 1 year ago

nielsb · @nielsb
78 followers · 123 posts · Server fosstodon.org

New post: "Develop a Real-Time Leaderboard Using Kafka and Azure Data Explorer - II"

This is the third post about using Kafka and @azuredataexplorer (ADX) to develop a real-time leaderboard for online gaming.

In this post, you will see more about ingesting data into ADX and some "cool stuff" related to that. Specifically, what to do if you need to update/transform the data you ingest.

nielsberglund.com/post/2023-04

#kafka #azuredataexplorer #KQL #kusto

Last updated 1 year ago

Stefan Stranger · @sstranger
259 followers · 256 posts · Server techhub.social

🚨 Attention all enthusiasts! 🚨 Want to learn how to easily retrieve available IP addresses in your Azure Virtual network and subnets using ? Check out my latest blog post now!

stefanstranger.github.io/2023/

#azure #azureresourcegraph #kusto

Last updated 1 year ago

Stefan Stranger · @sstranger
256 followers · 252 posts · Server techhub.social

I just wrote one of the most complicated queries I've written until now, retrieving the total number of available IP addresses for Azure Virtual Networks and subnets. 🎉🎉

Anyone interested in me sharing this Resource Graph Kusto query?

#kusto #azure

Last updated 1 year ago

nielsb · @nielsb
76 followers · 119 posts · Server fosstodon.org

New post: "Interesting Stuff - Week 11, 2023".

This week:

* Learn all about @azuredataexplorer and , thanks to Akshay Dixit.
* I finally finished the second post in the Leaderboard, Kafka, and ADX series
* ChatGPT and dialogue prompting. Very interesting
* An old colleague of mine -Ted Neward - ponders the impact of AI on developers.
* Where has all the Big Data gone?

Read all about it:

nielsberglund.com/post/2023-03

#kusto #azuredataexplorer #KQL #kafka #KafkaConnect #ai #ml #openai

Last updated 1 year ago

nielsb · @nielsb
75 followers · 118 posts · Server fosstodon.org

Data Analysis in @azuredataexplorer using

In this learning path, you will learn through 6 training modules, how to analyze data in () using the Query Language ().

learn.microsoft.com/en-us/trai

(Reshared from another site 😀)

#KQL #azuredataexplorer #adx #kusto

Last updated 1 year ago

Håkon O. · @eselet
247 followers · 527 posts · Server snabelen.no

Finally, the serenading as the master of data oceans

#english #ballad #kusto #sentinel

Last updated 1 year ago

Right semi join in @AzDataExplorer
Day52

Right semi-join returns all records from the right side that match a record from the left side. Only columns from the right side are returned.

Try: lnkd.in/dze9kFTe
More: lnkd.in/dBznzFTy

#365daysofadx #kusto #KQL #adx

Last updated 1 year ago

Left Semi join in @AzDataExplorer
Day51

Left semi-join returns all records from the left side that match a record from the right side. Only columns from the left side are returned.

Try: lnkd.in/dKNy6VKd
Learn More: lnkd.in/dJrmh-DV

#365daysofadx #kusto #KQL #adx

Last updated 1 year ago

Nicola Ferrini · @nicferr
27 followers · 411 posts · Server mastodon.uno

Right Anti Join in @AzDataExplorer
Day50

Right anti-join returns all records from the right side that don't match any record from the left side.

Try: lnkd.in/d98BhDNS
Learn More: lnkd.in/dKCZpyEe

#365daysofadx #adx #KQL #azuredataexplorer #kusto #azure #data

Last updated 1 year ago

Left Anti join in @AzDataExplorer
Day49

Left anti-join returns all records from the left side that don't match any record from the right side.

Try: lnkd.in/dmCi_th4
Learn More: lnkd.in/dXg9xTB7

#365daysofadx #kusto #KQL #azuredataexplorer #joins #sql #nosql #adx

Last updated 1 year ago

Full outer join in @AzDataExplorer
Day48

A full outer-join combines the effect of applying both left and right outer-joins.

Run the example: lnkd.in/d8RYX2Mb
Learn More: lnkd.in/dtSFEG_a

#365daysofadx #kusto #KQL #adx #azuredataexplore #nosql

Last updated 1 year ago

Create a dashboard from a query in @AzDataExplorer
Day43

Dashboards are an excellent way to communicate data science insights visually. You can pin a query as a visual tile in ADX KWE

Learn More: lnkd.in/dH4r9NWJ

#365daysofadx #KQL #kusto #azuredataexplorer #adx #azure

Last updated 1 year ago

in @AzDataExplorer
Day40

The time chart visual is similar to a line chart except the x-axis is always time.

Syntax
T | render timechart [with ( PropertyName = PropertyValue [, ...] )]

learn.microsoft.com/en-us/azur

#timechart #365daysofadx #KQL #kusto #adx #azuredataexplorer

Last updated 2 years ago

Checkout KQL Search: kqlsearch.com
A aggregator for KQL Queries that are shared on GitHub by @UgurKocDe


---
RT @UgurKocDe
I also want to thank the community members that share KQL Learning materials and queries with the Community:
- @reprise_99
- @rodtrent
- @kustonaut
- @BertJanCyber
- @castello_johnny
- @ep3p
- @AzDataExplorer
twitter.com/UgurKocDe/status/1

#KQL #365daysofadx #kusto #azuredataexplorer

Last updated 2 years ago

Scatter chart in @AzDataExplorer
Day37

Scatter plots are used to observe relationships between variables. The scatter chart visual can also be used in the context of Geospatial visualizations.

More: learn.microsoft.com/en-us/azur

#365daysofadx #KQL #adx #azuredataexplorer #kusto

Last updated 2 years ago