Skip to content

splunk/stef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STEF (Sequential Tabular Encoding Format)

To run tests: make

Directories

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

Releasing

  1. To release a new version vX.Y.Z run make prepver VERSION=vX.Y.Z to update go.mod files.
  2. Create a PR with changes and get it merged.
  3. Run make releasever VERSION=vX.Y.Z to create and push version tags to github.

Splunk Copyright Notice

Copyright 2022 Splunk Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published