https://github.com/mre/stream-processors
Just a list of stream-processors
https://github.com/mre/stream-processors
logstash stream-processing
Last synced: 4 months ago
JSON representation
Just a list of stream-processors
- Host: GitHub
- URL: https://github.com/mre/stream-processors
- Owner: mre
- Created: 2018-11-23T11:13:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T12:46:39.000Z (over 4 years ago)
- Last Synced: 2026-02-02T07:50:23.049Z (5 months ago)
- Topics: logstash, stream-processing
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stream-processors
Just a list of stream-processors
## C
* [hindsight](https://github.com/mozilla-services/hindsight) - A lightweight skeleton around a Lua sandbox offering 'at least once' delivery semantics. Spiritual successor of heka.
## Go
* [benthos](https://github.com/Jeffail/benthos) - A dull, resilient and quick to deploy stream processor.
* [gollum](https://github.com/trivago/gollum) - An n:m message multiplexer written in Go.
* [heka](https://github.com/mozilla-services/heka) - A tool by Mozilla written in Go. Plugins can be written in either Go or Lua. [DEPRECATED]
## Python
* [faust](https://github.com/robinhood/faust) - Python Stream Processing porting the ideas from Kafka Streams to Python.
## Ruby
* [fluentd](https://www.fluentd.org/) - an open source data collector for unified logging layer.
* [logstash](https://www.elastic.co/products/logstash) - Logstash is an open source, server-side data processing pipeline that ingests data from a multitude of sources simultaneously, transforms it, and then sends it to a "stash", like Elasticsearch.
## Rust
* [flowgger](https://github.com/jedisct1/flowgger) - A fast data collector in Rust.
* [vector](https://github.com/vectordotdev/vector) - A high-performance observability data pipeline.