Applications and Nuget Packages - NeilMacMullen/kusto-loco GitHub Wiki

  • Nuget Packages
    • KustoLoco.Core - the core query engine for embedding in your own application
    • KustoLoco.FileFormats - a set of file readers and writers for standard formats
    • KustLoco.Rendering - supports rendering to HTML charts using Vega-Lite
    • KustoLoco.Rendering.Scottplot - supports rendering to ScottPlot charts
    • KustoLoco.SourceGeneration - used for creating custom functions
  • Applications
    • Lokql - a scriptable command-line tool for data exploration and manipulation
    • LokqlDx - a more capable WPF version of Lokql
    • PSKql - powershell cmdlet that allows use of kql queries in a powershell pipeline