Expand description
Cross-site schema unification via Schema.org types.
Schema.org types are universal — Product on Amazon = Product on Best Buy. The unifier merges compiled schemas from multiple sites into a unified schema where queries can span all compiled domains.
Structs§
- Model
Source - Info about a domain’s contribution to a unified model.
- Unified
Field - A field in a unified model — tracks which domains have it.
- Unified
Model - A unified model combining instances from multiple domains.
- Unified
Schema - A unified schema spanning multiple compiled sites.
Functions§
- generate_
universal_ python - Generate a universal Python client that queries all compiled sites.
- unify_
schemas - Unify multiple compiled schemas into a single unified schema.