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

how to connect rapid miner with my inventory system?

harissroselandharissroseland Member Posts: 4 Learner I
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.

Best Answer

  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Solution Accepted
    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ázs
Sign In or Register to comment.