Skip to content

sefazi/myfirst-nano-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC and Protocol Buffers Generation

This project uses Protocol Buffers and gRPC for communication between services. The Makefile included in this project helps automate the generation of Protocol Buffers code and gRPC code from .proto files.

Prerequisites

Before using the Makefile, ensure you have the following installed:

  • Protocol Buffers Compiler (protoc)
  • gRPC Python plugin (grpcio-tools)
  • MySQL Connector for Python (mysql-connector-python)

You can install grpcio-tools and mysql-connector-python using pip:

pip install grpcio-tools mysql-connector-python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published