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
RapidMiner 5.3 Web Integration
the_prodigy
Member Posts: 3 Contributor I
Dear All,
I'm currently a fourth year PhD student in Statistics having my end of year project with RapidMiner. The solution is amazing and very easy to use.
As part of my project, I'm trying to implement RapidMiner with another web project by taking the results of RapidMiner to analyse it in the web.
Two option that we are exploring :
- Calling RapidMiner from the web page, init the process and execute it then retrieve the data, but can I use IOContainer to have access to all the results? and Is there a loading time to wait for the data to be treated ?
- Saving the result of RapidMiner in an XML file than using the web, read the XML file, parse it and take the result that I want. The problem is that we can't save all the processes as an XML file and the structure is very different so we have to do a lot of work.
What are your recommendations ?
I want to star the project on a solid ground so thank you for your answers and recommendations.
Cheers,
I'm currently a fourth year PhD student in Statistics having my end of year project with RapidMiner. The solution is amazing and very easy to use.
As part of my project, I'm trying to implement RapidMiner with another web project by taking the results of RapidMiner to analyse it in the web.
Two option that we are exploring :
- Calling RapidMiner from the web page, init the process and execute it then retrieve the data, but can I use IOContainer to have access to all the results? and Is there a loading time to wait for the data to be treated ?
- Saving the result of RapidMiner in an XML file than using the web, read the XML file, parse it and take the result that I want. The problem is that we can't save all the processes as an XML file and the structure is very different so we have to do a lot of work.
What are your recommendations ?
I want to star the project on a solid ground so thank you for your answers and recommendations.
Cheers,
0
Answers
the best way to go is using the RapidMiner Server (RapidAnalytics until v5.3). It is available under the same license as RapidMiner Studio (formerly RapidMiner) from our website. The server contains a complete installation of RapidMiner, plus the possibility to call/deploy processes as a webservice, such that other software can call the webservice via a RESTful api and get the result back as a response.
No matter if you go with the server or use your proposed approaches, please keep in mind the restrictions of the AGPL license: as soon as you communicate with another software, that software must also be released under the AGPL. That means that the code of your web page must be under the AGPL.
Of course this does not apply if you have the an Enterprise version of RapidMiner.
Best regards,
Marius
Thank you very much for your prompt reply.
The RapidMiner Server is interesting but what I need is different, we need to execute the process in RapidMiner and the access the data by web to send them to the web application.
What's the best approach to have taking into consideration the performance ?
I confirm that the software that we are going to connect to is under AGPL License.
If this does not make sense, please explain in more detail what you mean by "access the data by web to send them to the web application".
Best regards,
Marius
I also think that what you proposed is the best way to get the result.
Does Rapidminer has an XML parser to read the XML that contains the result of the process execution ??
Best regards,
Marius