- 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:

推薦閱讀
- Redis Applied Design Patterns
- Java 9 Programming Blueprints
- Java程序員面試算法寶典
- Java:Data Science Made Easy
- C語言程序設計同步訓練與上機指導(第三版)
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- Mastering Unity 2D Game Development(Second Edition)
- 輕松上手2D游戲開發:Unity入門
- Deep Learning with R Cookbook
- Web程序設計:ASP.NET(第2版)
- 零基礎C#學習筆記
- INSTANT JQuery Flot Visual Data Analysis
- 你必須知道的.NET(第2版)
- Socket.IO Cookbook
- Docker on Windows