Browse Source

Create README.md

pull/1/head
Coin de Gamma 5 years ago committed by GitHub
parent
commit
1f6258f401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      analytics/README.md

12
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/).
Loading…
Cancel
Save