Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/ruifg/streaming

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ruifg/streaming

  • v0.0.0-20230109082025-660a9566bd62
  • Source
  • Go
  • Socket score

Version published
Created
Source

streaming

go-streaming is a framework that combines stream processing and stream computing capabilities

Components

There are three basic components of a construction stream application.

Source

Source is the end point of the data (etc. Http Kafka...) and needs to implement component.Source interface.

Operator(OneInput and TwoInput)

Operator is divided into OneInputOperator and TwoInputOperator, OneInputOperator to process single-stream data, TwoInputOperator is used to merge multiple single streams to achieve the purpose of aggregation processing. Their interfaces are all component.Operator, which can be distinguished by whether to implement processEvent1 and processEvent2 func.

Sink

Sink is the end point of the data, which can be sent to other components or output at the terminal (as long as you want) and needs to implement component.Sink interface.

elements

  • Event
  • Watermark
  • Barrier

.........

RoadMap

  • code comment
  • store package
  • log package
  • dag validate
  • streaming-connector kafka-connector kafka-source
  • streaming-connector kafka-connector file-sink
  • streaming-connector http-connector http-sink
  • metric package

FAQs

Package last updated on 09 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc