Skip to main content

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

https://docs.buf.build

# 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


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

m1l0_protobufs-1.4.0-py3-none-any.whl (12.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page