From d72f45b4c2149d785be55a31838d5327ee06bebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scharnitzky=20Don=C3=A1t?= Date: Tue, 21 Apr 2020 19:50:55 +0200 Subject: [PATCH] Update 'README.rst' --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index bd2e049..39febce 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,13 @@ P2P Producer ============ +This repository contains the Producer part of the project. The module manages the list of consumers and +sends data to the currently active one. If that becomes unavailable, it chooses an other one to the data to. + +Implementation is done in python, the code is put into Docker images (as the consumers). To run the full project +clone the main repository and run +*docker-compose up.* + Produced by GoldenPogácsa Inc. TODO