PUC Minas - Laboratório de Desenvolvimento de Aplicações Móveis e Distribuídas
Student: Guilherme Diniz
Student ID: 637423
Teacher: Hugo de Paula
- Python3
- Protocoll Buffer Compiler (if you with to recompile the .proto file to another language)
1- Install the Python packages:
pip install -r requirements.txt
2- Run the server:
cd src/keyValueStore
python KeyValueServer.py
3- Run the client:
cd src/keyValueStore
python keyValueClient.py commands # See avaiable commands below
- put key value
- get key
- getAllKeys