-
Hi! I have a real irods server running. Is it possible to connect to it using my current development setup? What would be the best way of doing it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, Do I understand correctly that you have a non-Yoda iRODS server and a Yoda development VM, and want to connect them so that you can manage data in one zone from the other one? iRODS itself supports federation of zones (https://docs.irods.org/master/system_overview/federation/). However, Yoda does not support this (more specifically: we don't use federation, testing federation scenario's is not part of our QA processes, and Yoda does not have any specific functionality for interacting with other zones). If you can elaborate on your use case, perhaps we can provide additional advice. |
Beta Was this translation helpful? Give feedback.
Right, I see.
The Yoda frontend (the portal) depends on the backend (the ruleset and microservices), so it's not possible to run the portal on an iRODS server without also having the other Yoda components installed. In addition to that, the data will have to be organized according to Yoda's data and user structure. If you want to provide a graphical interface for an existing iRODS zone, you could perhaps consider the following alternatives:
If you want to migrate …