From 747f4335d695fdb8900995545c31644df05075eb Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Sun, 10 May 2020 11:23:45 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f7b33b3..5ce72c4 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Hastic-server-analytics +# Hastic analytics Python service which gets tasks from [hastic-server-node](https://github.com/hastic/hastic-server/tree/master/server) like @@ -7,6 +7,7 @@ Python service which gets tasks from [hastic-server-node](https://github.com/has ## 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), -[pyzmq](https://pyzmq.readthedocs.io/en/latest/) and websockets +Analytics gets tasks by websockets tasks asynchoriously, then launches threads in actors with zmq messaging. +* [asyncio](https://docs.python.org/3/library/asyncio.html), +* [concurrency](https://docs.python.org/3.6/library/concurrent.futures.html#module-concurrent.futures) +* [pyzmq](https://pyzmq.readthedocs.io/en/latest/).