how to connect rapid miner with my inventory system?

harissroseland
New Altair Community Member
hey guys, appreciate it if you could help. i want to add demand forecasting to my inventory software. Im thinking like the demand forecasting is done with rapid miner and i connect it to my preexisting inventory system. i develop my inventory system using php. so is it doable? with rest api or thing like that? sorry kinda new to this field.
Tagged:
0
Best Answer
-
Hi,
there are many ways to connect RapidMiner to external data.
I guess you're using a SQL database as the backend of your inventory system. In this case, you can integrate using the built-in database operators (Read Database, Write Database, Update Database, Execute SQL).
REST APIs can be accessed with RapidMiner processes, the Web Mining extension has some enhanced operators for this.
If you want your program to access RapidMiner processes with REST, you can use RapidMiner Server or Real-time Scoring to expose your processes as web services.
Regards,
Balázs2
Answers
-
Hi,
there are many ways to connect RapidMiner to external data.
I guess you're using a SQL database as the backend of your inventory system. In this case, you can integrate using the built-in database operators (Read Database, Write Database, Update Database, Execute SQL).
REST APIs can be accessed with RapidMiner processes, the Web Mining extension has some enhanced operators for this.
If you want your program to access RapidMiner processes with REST, you can use RapidMiner Server or Real-time Scoring to expose your processes as web services.
Regards,
Balázs2