{"id":26716484,"url":"https://github.com/msales/streams","last_synced_at":"2025-08-13T01:35:13.603Z","repository":{"id":44930597,"uuid":"130037181","full_name":"msales/streams","owner":"msales","description":"Simple Go stream processor","archived":false,"fork":false,"pushed_at":"2024-09-27T16:31:06.000Z","size":4394,"stargazers_count":32,"open_issues_count":10,"forks_count":7,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-14T01:31:14.657Z","etag":null,"topics":["go-library","golang","processing","streams"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msales.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-04-18T09:21:33.000Z","updated_at":"2024-11-26T04:31:49.000Z","dependencies_parsed_at":"2023-02-16T20:15:33.408Z","dependency_job_id":"92db2691-715b-4ec9-8667-a33b321642e9","html_url":"https://github.com/msales/streams","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/msales/streams","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msales%2Fstreams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msales%2Fstreams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msales%2Fstreams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msales%2Fstreams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msales","download_url":"https://codeload.github.com/msales/streams/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msales%2Fstreams/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270165253,"owners_count":24538429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go-library","golang","processing","streams"],"created_at":"2025-03-27T15:27:45.303Z","updated_at":"2025-08-13T01:35:13.545Z","avatar_url":"https://github.com/msales.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Streams\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/msales/streams)](https://goreportcard.com/report/github.com/msales/streams)\n[![Test](https://github.com/msales/streams/actions/workflows/test.yaml/badge.svg)](https://github.com/msales/streams/actions/workflows/test.yaml)\n[![Coverage Status](https://coveralls.io/repos/github/msales/streams/badge.svg?branch=master)](https://coveralls.io/github/msales/streams?branch=master)\n[![GoDoc](https://godoc.org/github.com/msales/streams?status.svg)](https://godoc.org/github.com/msales/streams)\n[![GitHub release](https://img.shields.io/github/release/msales/streams.svg)](https://github.com/msales/streams/releases)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/msales/streams/master/LICENSE)\n\nStreams is a light weight, simple stream processing library. While Kafka is the main use case for Streams, it is\nflexible enough to be used for any form of processing from any source.\n\n\n## Installation\n\nYou can install streams using `go get`\n\n```shell\ngo get github.com/msales/streams\n```\n\n## Concepts\n\nStreams breaks processing into the following basic parts.\n\n* **Message** is a message in the system, consisting of a key, value and context.\n\n* **Sources** reads and handles position from a data source.\n\n* **Processor** processes the data, optionally passing it on or marking the sources position. A sink is just a processor\n  the does not forward the data on.\n  \n* **Pipe** gives processors an abstract view of the current state, allowing Messages to flow through the system.\n\n### Read more here: \nhttps://medium.com/@rafamnich/getting-started-with-streams-v3-b9ab36fb9d54","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsales%2Fstreams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsales%2Fstreams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsales%2Fstreams/lists"}