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.58.tar.gz (48.5 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.58-py3-none-any.whl (72.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: insight_proto-0.0.58.tar.gz
  • Upload date:
  • Size: 48.5 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.58.tar.gz
Algorithm Hash digest
SHA256 6d41a39d931132c6c1d416a9d1131c86c778f324974f7e34b096782b6c1b906b
MD5 32cb162cc61e1e8a871670887227b905
BLAKE2b-256 84a13793c714e17935371180e15f0bb0e9ef679fd5723b82a1342c64bef234a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: insight_proto-0.0.58-py3-none-any.whl
  • Upload date:
  • Size: 72.9 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.58-py3-none-any.whl
Algorithm Hash digest
SHA256 068120da3322c376fdaf2b0d68f1864002607ce733f383d103faea8aaaf90bf2
MD5 a7ab222105a1f0a45bf59a344b118e43
BLAKE2b-256 009c9cd679bda398f7ec502098ec8727930d2717b7f9a5e54a426496c64db189

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