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
High Availability setup
Hi,
I want to do a POC on RapidMiner HA. Is there any cloud formation script speed up my POC. The minimal steps/software that I will have to install for the POC. How do we achieve shared queue and database?
Is there any extra cost for the Job Agents?
I want to do a POC on RapidMiner HA. Is there any cloud formation script speed up my POC. The minimal steps/software that I will have to install for the POC. How do we achieve shared queue and database?
Is there any extra cost for the Job Agents?
Tagged:
0
Answers
I recommend you to use the following:
- PostgreSQL 11.
- RapidMiner Server with PostgreSQL as a database server.
There is no extra cost for the Job Agents, you may want to install as many as you need.Now, a single PostgreSQL database instance can serve several job agents without slowing down, as it only serves information. You may need to use Bucardo or another multimaster replication solution if you need to get past 32 job agents (my experience).
If you have questions, ping me.
I am trying to set up the POC HA environment with PostgreSQL, ActiveMQ and NFS.Â
What are you doing with ActiveMQ and NFS? It caught my attention.
All the best,
Rodrigo.