From c1f4d772be6a579dda18097831d4bff55c7367ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scharnitzky=20Don=C3=A1t?= Date: Thu, 14 May 2020 13:43:15 +0200 Subject: [PATCH] Add 'README.rst' --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..e7854f2 --- /dev/null +++ b/README.rst @@ -0,0 +1,10 @@ +===================== +P2P Storage Simulator +===================== + +The system consists of two types of components, the producer sends logs to consumer, to one at a time. Consumer discovery is done +by the producers and other consumers. +This repository connect the two component of the system. It uses docker-compose to build a demo +system (with multiple producers and consumers), which can be used for evaluation. After cloning, run the command +*docker-compose up.* +which will set up the system. \ No newline at end of file