Add StreamSQL

This commit is contained in:
rulego-team 2025-08-08 18:00:35 +08:00 committed by Avelino
parent 8fe342f080
commit 1b21b1b2fa

View File

@ -2390,6 +2390,7 @@ _Libraries and tools for stream processing and reactive programming._
- [machine](https://github.com/whitaker-io/machine) - Go library for writing and generating stream workers with built in metrics and traceability. - [machine](https://github.com/whitaker-io/machine) - Go library for writing and generating stream workers with built in metrics and traceability.
- [nibbler](https://github.com/naughtygopher/nibbler) - A lightweight package for micro batch processing. - [nibbler](https://github.com/naughtygopher/nibbler) - A lightweight package for micro batch processing.
- [stream](https://github.com/youthlin/stream) - Go Stream, like Java 8 Stream: Filter/Map/FlatMap/Peek/Sorted/ForEach/Reduce... - [stream](https://github.com/youthlin/stream) - Go Stream, like Java 8 Stream: Filter/Map/FlatMap/Peek/Sorted/ForEach/Reduce...
- [StreamSQL](https://github.com/rulego/streamsql) - A lightweight streaming SQL engine for real-time data processing.
**[⬆ back to top](#contents)** **[⬆ back to top](#contents)**