UNPKG

qminer

Version:

A C++ based data analytics platform for processing large-scale real-time streams containing structured and unstructured data

29 lines (19 loc) 785 B
<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>Example</title> <link rel="stylesheet" href="streamaggregate.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> </head> <body> <h1>Storage and stream aggregator example</h1> <p> These are visual representations of our storage and stream aggregators. In the examples we are using time series, which are given to the stores as records, that contain the value and the time of time series. </p> <h2><a href="moving_average.html">Moving average</a></h2> <h2><a href="resampler.html">Resampler</a></h2> <h2><a href="merger.html">Merger</a></h2> </body> </html>