Are there any CEP engines available in Go (like Esper for JVM & .Net) to process the time series data?
Asked
Active
Viewed 2,148 times
2 Answers
0
It’s not yet done and can’t compare to Esper, but my Tideland Go Cell Network is intended for event-driven architectures.
Next parts will be more cell behaviors, distribution and event sourcing for persistency.
0
You can use:
- flogo It includes a CEP engine.
- go-streams A lightweight stream processing library for Go with a lightweight CEP engine

Mahoor13
- 5,297
- 5
- 23
- 24