Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 660 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 660 Bytes

STEF (Sequential Tabular Encoding Format)

To run tests: make

Directories

  • benchmarks: Benchmarks, tests, comparisons to other formats.
  • otelcol: Otel/STEF protocol Collector exporter implementation.
  • stef-go: STEF supporting libraries for Go.
  • stef-gogrpc: STEF/gRPC protocol implementation in Go.
  • stef-otel: Otel/STEF protocol schema and generated code in Go.
  • stef-pdata: Collector pdata <-> Otel/STEF converters.
  • stef-spec: STEF Specification and Protobuf definitions.
  • stefgen: Generates serializers from STEF schema.