You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relay is the centralised piece of a "simple" federated Hutch for Cohort Discovery.
It is located in a "gateway" environment, where it polls Rquest for jobs, adds them to queues, and is connected to by federated data provider nodes.
It returns the result of these nodes jobs, back to Rquest.
It is available to deploy as a C# binary, and container.
It utilises Hutch RACKit to poll Rquest, and handles the response by adding it to a centralised RabbitMQ queue(s).
A data provider(s) node(s) then polls Relay to get job(s) from their respective queue(s). This is the "fan out" part of the federation.
The text was updated successfully, but these errors were encountered:
Relay is the centralised piece of a "simple" federated Hutch for Cohort Discovery.
It is located in a "gateway" environment, where it polls Rquest for jobs, adds them to queues, and is connected to by federated data provider nodes.
It returns the result of these nodes jobs, back to Rquest.
It is available to deploy as a C# binary, and container.
It utilises Hutch
RACKit
to poll Rquest, and handles the response by adding it to a centralised RabbitMQ queue(s).A data provider(s) node(s) then polls Relay to get job(s) from their respective queue(s). This is the "fan out" part of the federation.
The text was updated successfully, but these errors were encountered: