For the complete documentation index, see llms.txt. This page is also available as Markdown.

Building a Registry

Creating a domain-specific registry by extending the OpenG2P Registry core.

OpenG2P Registry is a domain-agnostic core. To create a registry for a specific domain (Farmer, Vehicle, Health Worker, etc.), you extend the core with domain-specific ORM models, Pydantic schemas, and metadata configuration. This section covers the concepts, patterns, and step-by-step guidance.

In this section

ConceptsStep-by-Step GuideDeployment Design

Last updated

Was this helpful?