opengrowth-privacy-preservi.../README.md

16 lines
692 B
Markdown

# 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.sh` to run tests and packaging checks.
For maintainers
- See AGENTS.md for architecture and contribution guidelines.