This repository has been archived on 2020-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
p2p-storage-simulator/README.rst

12 lines
527 B
ReStructuredText
Raw Normal View History

2020-05-14 13:43:15 +02:00
=====================
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.*
2020-05-14 13:45:20 +02:00
which will set up the system.
Produced by GoldenPogácsa Inc.