简体   繁体   English

如何在WSO2 DAS中集成现有系统

[英]How to integrate the existing system in WSO2 DAS

We have a large number of algorithms written in C++ and Java. 我们有大量用C ++和Java编写的算法。 Now we want to introduce the WSO2 DAS platform. 现在我们要介绍WSO2 DAS平台。 Where and how can we integrate these algorithms with DAS? 我们在哪里以及如何将这些算法与DAS集成在一起?

I should explain more info: these algorithms are running realtime analytics, but we found that DAS uses siddhi for realtime analytics, and it doesn't provide any interface or API that we can use for these algorithms. 我应该解释更多信息:这些算法正在运行实时分析,但是我们发现DAS使用siddhi进行实时分析,并且它不提供可用于这些算法的任何接口或API。

WSO2DAS consist with event receivers where you Java and C++ applications can push data by using several protocols such as thrift, http, soap, mqtt, jms, kafka and etc [1] WSO2DAS包含事件接收器,您的Java和C ++应用程序可以使用几种协议(例如thrift,http,soap,mqtt,jms,kafka等)来推送数据。[1]

Siddhi can be used as a Java Library within your applications or else you can create a event flow with streams and receivers in WSO2 DAS and add Siddhi queries in an Execution Plan. Siddhi可以用作应用程序中的Java库,也可以在WSO2 DAS中使用流和接收器创建事件流,并在执行计划中添加Siddhi查询。 For more details please refer Siddhi documentation [2] 有关更多详细信息,请参阅Siddhi文档[2]。

[1] https://docs.wso2.com/display/DAS300/Configuring+Event+Receivers [1] https://docs.wso2.com/display/DAS300/Configuring+Event+Receivers

[2] https://docs.wso2.com/display/CEP400/SiddhiQL+Guide+3.0 [2] https://docs.wso2.com/display/CEP400/SiddhiQL+Guide+3.0

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM