Documentation
¶
Index ¶
Constants ¶
View Source
const ( StageIngest = "ingest" StageTransform = "transform" StageExtract = "extract" StageEncode = "encode" StageWrite = "write" )
interface definitions of pipeline components
Variables ¶
This section is empty.
Functions ¶
func StartFLPInProcess ¶ added in v0.1.11
func StartFLPInProcess(cfg *config.ConfigFileStruct, in chan config.GenericMap) error
StartFLPInProcess is an entry point to start the whole FLP / pipeline processing from imported code
Types ¶
type Error ¶
type Error struct { StageName string // contains filtered or unexported fields }
Error wraps any error caused by a wrong formation of the pipeline
type Pipeline ¶
type Pipeline struct { IsRunning bool Metrics *operational.Metrics // contains filtered or unexported fields }
Pipeline manager
func NewPipeline ¶
func NewPipeline(cfg *config.ConfigFileStruct) (*Pipeline, error)
NewPipeline defines the pipeline elements
Click to show internal directories.
Click to hide internal directories.