Project

General

Profile

Federation » History » Version 1

Tom Clegg, 03/08/2018 08:22 PM

1 1 Tom Clegg
h1. Federation
2
3
In a federation, clusters cooperate with one another to enable distributed workflows that are coordinated by a remote client, without having to funnel data/code/notifications through the remote client.
4
5
Canonical example (draft!):
6
* The user agent has a slow network connection to several clusters which, although they have reasonably fast network connections between them, must not have unrestricted access to one another's data.
7
* The user must run an analysis A on Cluster A. The inputs to A are large datasets, and they are the outputs of analyses B and C, which must run on Cluster B and C respectively.
8
9
Subtopics and related features:
10
* [[Federation use cases]]
11
* [[Federated identity]]
12
* [[Distributed workflows]]
13
* [[Routing multi cluster requests]]