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.3.0-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file m1l0_protobufs-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: m1l0_protobufs-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 11.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for m1l0_protobufs-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4fc90f7039cdbc61785d65c9025840fdd6c234d41b3ffd5ba81ec4b778916b0b
MD5 963afcff4093fbdbad51cce466f06ad2
BLAKE2b-256 f84c6f08a589acc92de4cd1c54954342abe607afc88c1026fab4b363718ff76b

See more details on using hashes here.

Provenance

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