.NET 的 CEP 引擎
除了 Nesper 和 Microsoft StreamInsight ?
Are there any CEP Engine/Platforms that works friendly with .Net (ie, it has .Net API), other than Nesper and the Microsoft StreamInsight ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看看 Esper.net。
它是开源的,非常适合模式检测。
Just have a look at Esper.net.
It's open source and works pretty good for pattern detection.
Rulecore 具有独立于语言的界面,StreamBase 也是如此。在 Rulecore 中,您可以使用高级协议(如 http、WS、TCP/IP 套接字)发送事件,并将事件编码为 XML。 Streambase 类似。但这两个产品都是独立的服务器。如果您正在寻找嵌入到 .net 应用程序中的东西,您可能会发现很难找到好的解决方案。
Rulecore has a language independent interface, so does StreamBase. In Rulecore you send events using a high level protocol (like http, WS, TCP/IP sockets) and encode the events in XML. Streambase is similar. But these two products are standalone servers. If you are looking for something to embedd into your .net app you might find it hard to find a good solution.
Sybase CEP R4(和 R3)包含完整的 .Net 3.5 SDK,用于发布和订阅 CEP 数据流
Sybase CEP R4 (and R3) contains full SDK for .Net 3.5 for both publishing and subscribing to CEP data streams