|
|
||
|---|---|---|
| opengrowth_privacy_preserving_federated_ | ||
| tests | ||
| .gitignore | ||
| AGENTS.md | ||
| README.md | ||
| pyproject.toml | ||
| test.sh | ||
README.md
OpenGrowth Privacy-Preserving Federated (MVP)
This repository contains a minimal, self-contained Python MVP for a privacy-preserving federated growth experimentation platform.
- Exposes a lightweight API surface used by tests:
- SchemaRegistry, ExperimentTemplate
- SecureAggregator, CloudLedger, AccessControl, Governance
- GA4Adapter, SegmentAdapter
- Includes a tiny in-repo implementation that can be extended later to integrate real adapters and secure aggregation techniques.
Build and test
- The project uses pyproject.toml with setuptools. Use
bash test.shto run tests and packaging checks.
For maintainers
- See AGENTS.md for architecture and contribution guidelines.