Skip to main content

Module unifier

Module unifier 

Source
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§

ModelSource
Info about a domain’s contribution to a unified model.
UnifiedField
A field in a unified model — tracks which domains have it.
UnifiedModel
A unified model combining instances from multiple domains.
UnifiedSchema
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.