Skip to content

TheDataStation/Database_Service

Repository files navigation

Database_Service

Database Operation Microservice using grpc

Decouple database services from individul components. Database operations are achieved through rpc calls to this repo.

Usage

# generate proto code
python3 -m grpc_tools.protoc -I ./protos --python_out=. --grpc_python_out=. ./protos/database.proto

# run database server
python3 DatabaseServer.py

About

Database Operation Microservice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •