etl

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2022 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Spec = &charm.Spec{
	Name:  "etl",
	Usage: "etl [options] config.yaml",
	Short: "transform data from a Zed lake pool to another pool",
	Long: `
The "etl" command reads data from input pools, transforms it, and
writes it to output pools according to config.yaml.

All data pool keys must be "kafka.offset" sorted in ascending order.

See https://github.com/brimdata/zync/README.md for a description
of how this works.
`,
	New: New,
}

Functions

func New

func New(parent charm.Command, fs *flag.FlagSet) (charm.Command, error)

Types

type Command

type Command struct {
	*root.Command
	// contains filtered or unexported fields
}

func (*Command) Run

func (c *Command) Run(args []string) error

Jump to

Keyboard shortcuts

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