continuous-analytics-examples
continuous-analytics-examples copied to clipboard
A collection of examples of continuous analytics.
https://blog.jovian.ai/time-series-analysis-data-exploration-and-visualization-9dbede5cbb8d https://uc-r.github.io/ts_exploration https://www.kaggle.com/code/kentata/time-series-data-exploration/notebook
https://online.stat.psu.edu/stat510/
* [cookbook with many reciepts](https://github.com/ververica/flink-sql-cookbook) * [basic dockerized version of FlinkSQL](https://github.com/ververica/sql-training) * [connectors](https://nightlies.apache.org/flink/flink-docs-master/docs/connectors/table/overview/), e.g., the [kafka one](https://nightlies.apache.org/flink/flink-docs-master/docs/connectors/table/kafka/) or the [JDBC one](https://nightlies.apache.org/flink/flink-docs-master/docs/connectors/table/jdbc/)
delayed by a give time interval - https://link.springer.com/article/10.1007/s10994-017-5642-8 label out of order - https://github.com/mgrzenda/ContinuousReEvaluation - https://link.springer.com/article/10.1007/s10618-019-00654-y
ho trovato questa bella e chiara lezione su youtube con una repo su github con dentro i suoi notebooks e le slide. youtube: https://youtu.be/UpsV1y6wMQ8 repo: https://github.com/as595/AllOfYourBases/tree/master/TIARA/GaussianProcessModelling slides: https://github.com/as595/AllOfYourBases/blob/master/TIARA/GaussianProcessModelling/GaussianProcessModelling.pdf altre ref:...
- https://www.machinelearningplus.com/time-series/time-series-analysis-python/ - https://otexts.com/fpp2/
- More visual examples - Explanation of Partial Autocorrelation, also with figures - Definition of random walk - Standardize formula notation
nel percorso di demo nel tutorial su [ksql_materialized-view](https://github.com/quantiaconsulting/continuous-analytics-examples/tree/master/ksql_materialized-view_tutorial) verso la fine si cheide di ``` INSERT INTO calls (name, reason, duration_seconds) VALUES ("derek", "help", 2727); ``` aspettandosi che ``` +---------+-------------------+------------+...
nel fare il tutorial [ksql_etl_tutorial](https://github.com/quantiaconsulting/continuous-analytics-examples/tree/master/ksql_etl_tutorial) ho scoperto che al ritmo della lezione non arrivano i dati nell'elastic (mentre vi arrivano se uno esegue il tutorial una query dopo l'altra senza...
mi è capitato già due volte che mi chiedessero come interpolare ad una certa ora e non usare la finestra per sincronizzare, sarebbe bello mostrare come fare nei vari linguaggi