grpcfolder contains protobuff autogen.srccontains the main code for the backend..env.examplecontains required .env variables, the rest are fetched through 1Password Connect Server
- Running the service:
uv run main.py
- Using betterproto2 to generate files:
protoc -I . --python_betterproto2_out=grpc src/query/query_schemas.proto --python_betterproto2_opt=client_generation=async --python_betterproto2_opt=server_generation=async