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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?