Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 2 KB

API.md

File metadata and controls

39 lines (20 loc) · 2 KB

TSIClient API Reference

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

It includes optional modules that may be used independently of Azure Time Series Insights as well as tools for calling the Azure Time Series Insights Query APIs:

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

  • TsiClient.server which comprises a set of utilities for querying the Azure Time Series Insights APIs directly from the browser

  • Helper classes that simplify usage throughout

TsiClient.ux

TsiClient.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 Time Series Insights APIs directly.

TsiClient.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

TsiClient.server

TsiClient.server is a set of utilities for querying the Azure Time Series Insights APIs directly from a browser or web client.

TsiClient.server consists in several Functions to abstract common operations made to the Azure Time Series Insights Query APIs.

See also