Skip to content

ropa1998/geo-service

 
 

Repository files navigation

geoService

A small service to help you with your ignorance, made with grpc and python

Start Docker:

docker-compose up --build -d

Build proto files

The proto files are already generated, if geoService.proto is modifyed these files need to be re generated

python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. geoService.proto --experimental_allow_proto3_optional

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.5%
  • PowerShell 34.1%
  • Shell 14.8%
  • Dockerfile 0.6%