go-streams

Go stream processing library

Github星跟踪图

go-streams

Build Status
GoDoc
Go Report Card
codecov

Go stream processing library.
Provides simple and concise DSL to build data pipelines.
pipeline-architecture-example

Wiki
In computing, a pipeline, also known as a data pipeline,[1] is a set of data processing elements connected in series, where the output of one element is the input of the next one. The elements of a pipeline are often executed in parallel or in time-sliced fashion. Some amount of buffer storage is often inserted between elements.

Overview

Building blocks:

  • Source - A Source is a set of stream processing steps that has one open output.
  • Flow - A Flow is a set of stream processing steps that has one open input and one open output.
  • Sink - A Sink is a set of stream processing steps that has one open input. Can be used as a Subscriber.

Flow capabilities (flow package):

  • Map
  • FlatMap
  • Filter
  • PassThrough
  • Split
  • FanOut
  • Merge
  • Throttler
  • SlidingWindow
  • TumblingWindow

Supported Sources and Sinks (ext package):

Examples

Could be found in the examples directory.

License

Licensed under the MIT License.

主要指标

概览
名称与所有者reugn/go-streams
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2019-04-30 17:28:15
推送于2025-04-25 08:29:42
最后一次提交2025-04-25 11:29:35
发布数25
最新版本名称v0.12.0 (发布于 )
第一版名称v0.2.0 (发布于 )
用户参与
星数2k
关注者数29
派生数164
提交数204
已启用问题?
问题数34
打开的问题数1
拉请求数89
打开的拉请求数6
关闭的拉请求数46
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?