pyaf icon indicating copy to clipboard operation
pyaf copied to clipboard

Investigate IoT Time Series Applications

Open antoinecarme opened this issue 7 years ago • 8 comments

At least check the possibility of using pyaf in this context. pyaf is not aware of the data source type (time series database or web service, etc) as long as the dataset is stored in a pandas dataframe. Is there a link with hierarchical models ? A jupyter notebook is welcome with a real example.

antoinecarme avatar Oct 31 '16 13:10 antoinecarme

Similar work https://developer.ibm.com/recipes/tutorials/timeseries-data-analysis-of-iot-events-by-using-jupyter-notebook/

antoinecarme avatar Oct 31 '16 13:10 antoinecarme

And a Watson sample notebook : https://github.com/ibm-watson-iot/predictive-analytics-samples/blob/master/Notebook/TimeseriesDataAnalysis.ipynb

coming from

https://github.com/ibm-watson-iot/predictive-analytics-samples/

thanks to @ibm-watson-iot

antoinecarme avatar Oct 31 '16 13:10 antoinecarme

(by @cityzendata)

Warp 10 Platform Introduction

Warp 10 is an Open Source Geo Time Series® Platform designed to handle data coming from sensors, monitoring systems and the Internet of Things.

Geo Time Series® extend the notion of Time Series by merging the sequence of sensor readings with the sequence of sensor locations. If your data have no location information, Warp 10 will handle them as regular Time Series.

https://github.com/cityzendata/warp10-platform

antoinecarme avatar Dec 20 '16 20:12 antoinecarme

Gorilla: A Fast, Scalable, In-Memory Time Series Database

http://www.vldb.org/pvldb/vol8/p1816-teller.pdf

antoinecarme avatar Dec 23 '16 12:12 antoinecarme

Time Series DBMS

http://db-engines.com/en/ranking http://db-engines.com/en/article/Time+Series+DBMS

antoinecarme avatar Jan 29 '17 13:01 antoinecarme

http://renesd.blogspot.fr/2017/02/is-postgresql-good-enough.html https://github.com/tgres/tgres

antoinecarme avatar Feb 14 '17 07:02 antoinecarme

https://code.facebook.com/posts/952820474848503/beringei-a-high-performance-time-series-storage-engine/

Beringei: A high-performance time series storage engine

antoinecarme avatar Feb 27 '17 13:02 antoinecarme

Prophet: forecasting at scale

https://research.fb.com/prophet-forecasting-at-scale/?

Today Facebook is open sourcing Prophet, a forecasting tool available in Python and R. Forecasting is a data science task that is central to many activities within an organization. For instance, large organizations like Facebook must engage in capacity planning to efficiently allocate scarce resources and goal setting in order to measure performance relative to a baseline. Producing high quality forecasts is not an easy problem for either machines or for most analysts. We have observed two main themes in the practice of creating a variety of business forecasts:

antoinecarme avatar Feb 27 '17 13:02 antoinecarme