The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Google App Engine
aleksandar
Member Posts: 3 Contributor I
Has anybody got Rapid Miner working with Google App Engine? Would it be possible and what would be main considerations? Many thanks.
0
Answers
as far as I know, Java Programs can't create new threads inside the APP Engine. It will be hard managing more complex tasks without RapidMiner Processes, which are based upon thread creation...
Greetings,
Sebastian
We don't intent to get RM working on Google but rather a developed statistical model in RM deployed as an App over the web. The App will do a PCA and Clustering (K-means). Would this be possible? How would be package and deploy this solution?
If getting RM is not a solution (cetrainly a prefered route for us) then any input on the alternatives is welcome.
Many thanks.
I tried to integrate RM 5.0 with GAE. Failed because java.util.ResourceBundle$Control is not in whitelist of the GAE. Has anybody met this? What is the solution? Will it work with previous version of RM, e.g.4.5?
Thank you
actually RapidMiner comes with a hell of classes probably NOT on the white list. I think the most promising way is to not really do the calculations in the google app yourself but publishing an model application process as a web service using RapidAnalytics and then just docking the google app to the web service. Of course this needs an additional web server...
Greetings,
Sebastian