Skip to main content

Insight Python Protobuf

Project description

Language Independent Interface Types For INSIGHT

The proto files can be consumed as GIT submodules or copied and built directly in the consumer project.

The compiled files are published to central repositories (Maven, ...).

Prerequisites

Python

pip install grpcio grpcio-tools mypy-protobuf

Go

# protoc (protobuf compiler)
# Ubuntu/Debian:
sudo apt install -y protobuf-compiler
# macOS:
brew install protobuf

# Go protobuf plugins
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go install github.com/srikrsna/protoc-gen-gotag@latest

Ensure $GOPATH/bin (usually ~/go/bin) is on your PATH.

Generate gRPC Client Libraries

To generate the raw gRPC client libraries, use make gen-${LANGUAGE}. Currently supported languages are:

  • python
  • golang

Using local build

When testing you can build the python version locally using make build-python. This will build a version of 0.0.1-dev, this can then be installed using pip install.

make build-python VERSION=0.0.2

Then update the agent pyproject.yaml

dependencies = [
    "insight-proto @ file:///home/bdonnell/repo/github/opentrace/insight-proto/build/python",
]

Then run pip install for the agent:

pip install -e".[dev]"

Due to this being a dev build sometimes pip gets confused so you might need to run uninstall.

pip uninstall insight-proto

Go

Build the Go protobuf locally and update the insight-proto-go submodule:

make build-go-local

Then in your Go service, add a replace directive in go.mod to point at your local copy:

replace github.com/opentrace/insight-proto-go => /home/bdonnell/repo/github/opentrace/insight-proto/insight-proto-go

Releasing

To release this we use GitHub Actions when a new release is tagged via GitHub.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

insight_proto-0.0.60.tar.gz (53.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

insight_proto-0.0.60-py3-none-any.whl (76.7 kB view details)

Uploaded Python 3

File details

Details for the file insight_proto-0.0.60.tar.gz.

File metadata

  • Download URL: insight_proto-0.0.60.tar.gz
  • Upload date:
  • Size: 53.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for insight_proto-0.0.60.tar.gz
Algorithm Hash digest
SHA256 ca9a4c819717cbdaa7e2b058cd389d446a15cc2322205cd6b0a320d1b0a080e7
MD5 abfbc661e046c04af6d4e655ee938981
BLAKE2b-256 34b75274560eb002c5a28fc51fe4c4123a79ab6df90b2c424c5a629fb35cbd3d

See more details on using hashes here.

File details

Details for the file insight_proto-0.0.60-py3-none-any.whl.

File metadata

  • Download URL: insight_proto-0.0.60-py3-none-any.whl
  • Upload date:
  • Size: 76.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for insight_proto-0.0.60-py3-none-any.whl
Algorithm Hash digest
SHA256 f6800af6029435182382cd48339ef13de9ca1a79b19e27af631f17dc74f7fe57
MD5 a5454ccb8f281b5bc32064bd387fe2c9
BLAKE2b-256 3243748322575d88c8ba503259fba1b97300ae9f3f33f1ab78903502f52ec1c2

See more details on using hashes here.

Supported by

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