Language Syntax Timeseries & Extension Dedicated Experimental Examples Articles Sources Specifications Playground Home Contact

Computation service dedicated to timeseries

LispTick is a powerfull timeseries computation engine built around pure streaming.

It is implemented in Go, a modern language with concurrent programming in mind. As a result LispTick can fully use all your cores and can be available on any platform and OS where Go is available. We have already tested it on Linux, MacOs and Windows with Intel or AMD Cpus and also ARM (Apple M1, RPi, Onion Omega…).

To create compact but powerful requests a dialect of LISP is used. Embed types like Time, Duration and Timeseries, a list of pairs (Time, Value), allow stacked computation on the fly.

Language Syntax

Timeseries & Extension

Experimental

Examples

Articles