ottenwbe / go-streaming

Stream Processing Tooling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-Stream-Processing

GitHub license Go

This project is mainly created to understand concurrency in go. That said the idea is to build a simple event streaming playground. The processing engine is mainly designed for flexibility and extendability to test features. Hence, also no specific language like CQL is supported.

Examples

A few examples are in place. Check them out:

 go run ./examples/basics/main.go

or

 go run ./examples/compose/main.go

Development

Tests can be executed as follows

ginkgo -cover -v  ./... 

About

Stream Processing Tooling

License:MIT License


Languages

Language:Go 100.0%