- Learning Salesforce Einstein
- Mohith Shrivastava
- 120字
- 2021-07-02 21:44:02
Integration with web/mobile applications
To integrate with PredictionIO, there are various SDKs provided. SDKs can be downloaded from the git repository. The URL to find SDK is https://predictionio.incubator.apache.org/appintegration/. For one of our examples, we will use the PredictionIO Java SDK (https://github.com/apache/incubator-predictionio-sdk-java) to demonstrate how we can make a REST call to the Event Server and Prediction Server to get the predictive result.
The integration involves two major steps, which are as follows:
- Sending Event Data to the Event Server endpoint.
- Submitting a Query to the model and the model responding with Predictive Result data.
The following diagram from PredictionIO (credit to the PredictionIO team for putting this together) demonstrates how one can integrate with the applications:

推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- Spring 5.0 By Example
- 高效微控制器C語言編程
- 零基礎學單片機C語言程序設計
- 移動界面(Web/App)Photoshop UI設計十全大補
- 軟件測試實用教程
- Essential C++(中文版)
- C++編程兵書
- Serverless Web Applications with React and Firebase
- IoT Projects with Bluetooth Low Energy
- 進入IT企業必讀的324個Java面試題
- Getting Started with Electronic Projects
- Mastering PowerCLI
- WCF全面解析
- KnockoutJS Blueprints