You push data to the Kudzu Analytics Gateway using a gRPC client. The gateway endpoint accepts an aggregate request containing any combination of the following message types:
The full message structure is described in the GoDoc documentation of the analytics package API.
The canonical protocol buffer definition is available at:
Use this file to generate client stubs in any language supported by the protobuf toolchain.
An example Go client demonstrating how to construct and submit analytics messages is available at: