5

Are there any CEP engines available in Go (like Esper for JVM & .Net) to process the time series data?

Benjamin
  • 1,726
  • 1
  • 14
  • 35
Suresh
  • 1,925
  • 1
  • 18
  • 21

2 Answers2

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.

Konrads
  • 2,206
  • 2
  • 30
  • 45
themue
  • 7,626
  • 2
  • 25
  • 28
0

You can use:

  1. flogo It includes a CEP engine.
  2. go-streams A lightweight stream processing library for Go with a lightweight CEP engine
Mahoor13
  • 5,297
  • 5
  • 23
  • 24