Module export

Module export 

Source
Expand description

Export functionality

Provides exporters for various formats:

  • SQL
  • JSON Schema
  • AVRO
  • Protobuf
  • ODCS (Open Data Contract Standard) v3.1.0
  • PNG
  • PDF (with branding support)
  • Decision (MADR-compliant decision records)
  • Knowledge (Knowledge Base articles)
  • Markdown (for GitHub readability)

Modules§

avro
AVRO schema exporter for generating AVRO schemas from data models.
cads
CADS (Compute Asset Description Specification) exporter
decision
Decision (MADR) exporter
json_schema
JSON Schema exporter for generating JSON Schema from data models.
knowledge
Knowledge Base exporter
markdown
Markdown exporter for Decision and Knowledge articles
odcl
ODCS exporter for generating ODCS v3.1.0 YAML from data models.
odcs
ODCS exporter for generating ODCS v3.1.0 YAML from data models.
odps
ODPS (Open Data Product Standard) exporter
pdf
PDF exporter with branding support
protobuf
Protobuf exporter for generating .proto files from data models.
sql
SQL exporter for generating CREATE TABLE statements from data models.

Structs§

AvroExporter
Exporter for AVRO schema format.
BrandedMarkdownExporter
Branded Markdown exporter with customizable branding
BrandingConfig
Branding configuration for PDF exports
CADSExporter
CADS exporter for generating CADS v1.0 YAML from CADSAsset models
DecisionExporter
Decision exporter for generating MADR-compliant YAML from Decision models
ExportResult
Result of an export operation.
JSONSchemaExporter
Exporter for JSON Schema format.
KnowledgeExporter
Knowledge exporter for generating YAML from KnowledgeArticle models
MarkdownBrandingConfig
Branding configuration for Markdown exports
MarkdownExporter
Markdown exporter for decisions and knowledge articles
ODCLExporter
Exporter for ODCS (Open Data Contract Standard) v3.1.0 YAML format.
ODCSExporter
Exporter for ODCS (Open Data Contract Standard) v3.1.0 YAML format.
ODPSExporter
ODPS exporter for generating ODPS YAML from ODPSDataProduct models
PdfExportResult
Result of PDF export operation
PdfExporter
PDF exporter with branding support
ProtobufExporter
Exporter for Protobuf format.
SQLExporter
Exporter for SQL CREATE TABLE format.

Enums§

ExportError
Error during export
PageSize
Page size options