Skip to content

DataTools4Heart/FEM-orchestrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Federated Execution Manager (FEM) - Orchestrator

The Federated Execution Manager (FEM) is a key component for coordinating and managing the execution of distributed tasks in a federated learning (FL) or decentralized computing environment. It enables the orchestration of multiple Federated Data Nodes (FDNs), where clients provide compute and data resources.

✴️ Source code moved at https://gitlab.bsc.es/fl/fem-orchestrator

What is FEM?

The FEM is responsible for orchestrating and controlling the lifecycle of federated tasks across multiple FDNs. It consists of two primary components:

  • FEM Orchestrator: Central controller that prepares, dispatches, and monitors tasks in a secure, coordinated manner.
  • FEM Client: Installed on each FDN, this module receives tasks from the orchestrator, runs them, and manages the local execution environm

arch

In essence, the FEM Orchestrator interacts with the FEM Client via a message broker (RabbitMQ), enabling seamless preparation, dispatching, coordination, and monitoring of federated tasks. The FEM framework supports distributed computing workflows such as federated learning experiments and other large-scale data processing tasks, ensuring secure communication between the federated participants.

The key functions of the FEM orchestrator include:

  • Task preparation: configures tools and builds the appropriate command lines to ensure smooth execution.
  • Task federated scheduling: Schedules tasks across FDNs with secure communication via the message broker and manages task queues for different nodes.
  • Task monitoring and accounting: Tracks the status of distributed tasks, logs executions, and ensures task accounting across the federation.
  • Data transference: facilitates secure transfer of output files (if authorized) and logs from remote AI sandboxes back to the central reference node

Related Repositories

Releases

No releases published

Packages

No packages published