> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Time Series Analysis

> Real-time Time Series Analysis with Kinetica

This guide demonstrates a wide range of time series capabilities with Kinetica.

* [Real-time data feeds](/content/sql/ddl/create-data-source#sql-create-data-source):
  Load and analyze data from real-time feeds.
* [Date/time functions](/content/sql/query/date-time-functions#sql-datetime-functions-base):
  Manipulate date/time objects and explore
  [time buckets](/content/time_series/time_bucket).
* [Window functions](/content/sql/query/window#sql-window):
  Use window functions to calculate common time series indicators like moving
  average, cumulative sums, and ranks.
* [ASOF joins](/content/sql/query/join#sql-join-asof):
  Perform interval-based inexact joins that combine two data feeds with
  differing timestamp values.
* [Alerting](/content/sql/ddl/create-stream#sql-create-stream):
  Trigger/stream downstream alerts based on continuously-maintained
  [materialized views](/content/sql/ddl/create-materialized-view#sql-create-materialized-view) in Kinetica.

## Prerequisites

This guide is available as the example Workbook *Time Series Analysis* within
[Kinetica Workbench](/content/admin/workbench).
