TICKscript
TICKscript is a domain-specific scripting language used to define data-processing tasks for Kapacitor, the processing engine of the InfluxData TICK stack. It enables users to specify how time-series data stored in InfluxDB should be extracted, transformed, and acted upon, either as streaming tasks that ingest data in real time or as batch tasks that analyze archived data.
TICKscript describes pipelines through a readable, pipe-based syntax. A task typically begins with a data source
TICKscript runs inside Kapacitor as part of the TICK stack and is typically stored in .tick files