From 1f6258f401cec4a529994a6cb2fd85653a16fa7e Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Fri, 12 Apr 2019 07:46:16 +0300 Subject: [PATCH] Create README.md --- analytics/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 analytics/README.md diff --git a/analytics/README.md b/analytics/README.md new file mode 100644 index 0000000..a966db5 --- /dev/null +++ b/analytics/README.md @@ -0,0 +1,12 @@ +# Hastic-server-analytics + +Python service which gets tasks from [hastic-server-node](https://github.com/hastic/hastic-server/tree/master/server) like + +* trains statistical models +* detect patterns in time series data + +## Arhitecture + +The service uses [asyncio](https://docs.python.org/3/library/asyncio.html), +[concurrency](https://docs.python.org/3.6/library/concurrent.futures.html#module-concurrent.futures) and +[pyzmq](https://pyzmq.readthedocs.io/en/latest/).