An open API service indexing awesome lists of open source software.

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

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.