ingester

package
v2.35.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ingester

type Ingester struct {
	// contains filtered or unexported fields
}

Ingester is responsible for receiving frames and storing it in the staging table. Ingester decodes received message and implements field iterator which is responsible for splitting message in multiple fields.

func NewIngester

func NewIngester(framesChannel <-chan reader.Frame, stagingTable StagingTable) *Ingester

func (*Ingester) Run

func (i *Ingester) Run(ctx context.Context)

type StagingTable

type StagingTable interface {
	Add(tables.FieldIterator) error
}

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL