Skip to content

PUC-DISCIPLINAS/kv-grpc-guilhermediniz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Key Value Store using gRPC and Python

PUC Minas - Laboratório de Desenvolvimento de Aplicações Móveis e Distribuídas

Student: Guilherme Diniz
Student ID: 637423
Teacher: Hugo de Paula

Requirements

  • Python3
  • Protocoll Buffer Compiler (if you with to recompile the .proto file to another language)

Instructions

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

Available client commands:

  • put key value
  • get key
  • getAllKeys

About

kv-grpc-guilhermediniz created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages