Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 1.8 KB

API.md

File metadata and controls

38 lines (19 loc) · 1.8 KB

KustoTrender API Reference

kustotrender is a collection of components for data visualization and analytics.

It includes optional modules that may be used independently of Azure Data Explorer as well as tools for calling the Azure Data Explorer APIs:

  • KustoTrender.ux that works with generic JSON to render visual analytics using charts and graphs

  • KustoClient which comprises a set of utilities for querying Azure Data Explorer APIs directly from the browser

  • Helper classes that simplify usage throughout

KustoTrender.ux

KustoTrender.ux is a standalone module for data visualization and analytics. It can be used to build graphs and charts using generic JSON as well as JSON returned from the Azure Data Explorer Client directly.

KustoTrender.ux is formally composed of the following items:

  • Components for visualizing data and building a variety of charts

  • Classes for abstracting common operations, queries, and common objects

  • Functions for transforming data into a suitable chartable shape

KustoTrender.ADXClient

KustoTrender.ADXClient is a set of utilities for querying the Azure Data Explorer APIs directly from a browser or web client.

KustoTrender.ADXClient consists in several functions to abstract common operations made to the Azure Data Explorer Query APIs.

See also