Back to Catalog

Federation-Broker

Verified

by Dryade

enterprise general
4.4 (15 ratings) 116 downloads
Subscribe & Install

Requires enterprise tier subscription

Description

Per-org federation relay: aggregates k-anon + DP-noised patterns from tenant Dryade instances

Screenshots

Details

federation-broker

Per-org federation relay: receives k-anonymized, DP-noised pattern observations from tenant Dryade instances, aggregates them, and serves the top-K patterns back. Complements the federation client that lives in core/ee/federation/.

Routes

Mounted under /api/plugins/federation-broker/.

| Route | Method | Description | | ----------- | ------ | ---------------------------------------- | | /submit | POST | Tenant uploads {tenant_id, patterns, counts, epsilon}. | | /top-k | GET | Aggregated top-K patterns (k-anon gated).| | /health | GET | Broker status + counters. |

Configuration

| Env var | Required | Description | | -------------------------------- | -------- | ------------------------------------ | | FEDERATION_BROKER_K_THRESHOLD | no | Min distinct contributors (default 5).| | FEDERATION_BROKER_TOP_K | no | Max patterns returned (default 100). |

Status

Storage backend is in-memory (stub). Production deployment requires swapping to Postgres or Redis (see TODO in plugin.py).

Tier

enterprise

Plugin Info

Version 1.1.0
Author Dryade
Tier enterprise
Category general
Type backend
Downloads 116
Updated Apr 26, 2026

Tags

enterprisefederation-broker