Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running on multiple machines #3093

Closed
jalshorji opened this issue Feb 16, 2024 · 3 comments
Closed

Running on multiple machines #3093

jalshorji opened this issue Feb 16, 2024 · 3 comments

Comments

@jalshorji
Copy link

I found this guide https://github.com/keeps/roda/blob/master/deploys/distributed/README.md
I wonder if central and local are meant to be run on different machines? How to setup ip addresses for the machines?
There is nothing in the README that describes how the machines talks to each others. Any help?

@luis100
Copy link
Member

luis100 commented Feb 16, 2024

They talk to each other using the REST-APIs. Check out this webinar to get you started.

Note that RODA can run in a single machine (standalone), in a cluster (docker swarm), and distributed (for multiple institutions). I am not sure which one is your use case.

@jalshorji
Copy link
Author

Thanks!
I want to run it in multiple VM for scalability. My plan is to run 2 VMs and run 2 roda instances.

@luis100
Copy link
Member

luis100 commented Feb 16, 2024

So, then distributed is not what you are looking for. For scalability I would recommend RODA Enterprise HA, you lack the proper tools to distribute RODA in the Community Edition. You may, on the other hand, scale the Solr using a Solr Cluster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants