/go-pipeline

A pipeline framework for go

Primary LanguageGo

GoDoc

Introduction

Pipeline is a very thin wrapper around "golang.org/x/sync/errgroup" which allows clean building of pipelines where each stage feed in data to the next stage.