High Availability setup

divya_das
divya_das New Altair Community Member
edited November 5 in Community Q&A
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?

Answers

  • rfuentealba
    rfuentealba New Altair Community Member
    Hi @divya_das,

    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.
  • divya_das
    divya_das New Altair Community Member
    Thank you.
    I am trying to set up the POC HA environment with PostgreSQL, ActiveMQ and NFS. 
  • rfuentealba
    rfuentealba New Altair Community Member
    Hello @divya_das

    What are you doing with ActiveMQ and NFS? It caught my attention.

    All the best,

    Rodrigo.