M1L0 Protobufs
Project description
M1L0 Protobufs
Protobufs for micro services used by the M1L0 framework
Current list of protobufs:
-
protobufs/imagebuilder
Image builder service
-
protobufs/dataservice
Data pipeline service
The python package contains the python client needed to interface with the grpc services.
To use the client:
from m1l0_services.imagebuilder import image_builder_pb2
from m1l0_services.imagebuilder import image_builder_pb2_grpc
The protobufs are packaged into a PyPI package and published at the following location:
https://pypi.org/project/m1l0-protobufs/
Using buf
# shows which packages will be built; used as debugging
buf build -o -#format=json | jq '.file[] | .package' | sort | uniq | head
buf ls-files
buf lint # apply liniting to protobuf files
References
TODO:
- Setup type checking
Issues:
-
Compiling grpc_python_plugin
The grpc_python_plugin is required to use buf generate
To build from source:
git clone --recursive https://github.com/grpc/grpc cmake . cmake --build . --target plugins
-
Unable to call buf generate as its failing with following error:
Unknown flag: --descriptor_set_in
Above fixed by updating protoc to 3.18.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for m1l0_protobufs-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 772aa8d9540bdbab46a2e85f1b2e65b4e0c3a35e44a019bc2727a6f68509afe7 |
|
MD5 | 7a4392a3b454f10fe237d8e28e68204e |
|
BLAKE2b-256 | 9a920533161f3501cbbc5fdaec004a3598bd2668b379bc6728a7a100d5ca6812 |