Martenweave Examples

The core repository includes examples that can be validated and indexed locally. They are small enough to inspect, but realistic enough to demonstrate the registry workflow.

Core repository:

https://github.com/metalhatscats/martenweave-core/tree/main/examples

Northstar Mobility Group — Synthetic Pilot

Path:

examples/northstar_mobility_pilot

Best for:

Run the complete reproducible workflow:

bash scripts/demo_northstar_pilot.sh

Read the Northstar synthetic pilot walkthrough for the verified results, fictional roles, limitations, screenshot, and full command sequence.

Customer / Business Partner

Path:

examples/customer_bp_model

Best for:

Run:

.venv/bin/martenweave validate --repo examples/customer_bp_model
.venv/bin/martenweave build-index --repo examples/customer_bp_model --jsonl
.venv/bin/martenweave impact FEP-S4-KNVV-KDGRP --repo examples/customer_bp_model

Synthetic Customer 360 Migration Demo

Path:

examples/synthetic_customer_migration_demo

Best for:

Synthetic local object catalogue showing the Atlas hub, Nimbus CRM, and Ledger AR field endpoints

*Synthetic demo evidence: this local, read-only viewer is generated from fictional sources only. The SYS-DEMO-* identifiers, account references, customer names, and group values are invented for explanation and test use; they are not masked production data.*

Run:

.venv/bin/martenweave validate --repo examples/synthetic_customer_migration_demo
.venv/bin/martenweave build-index --repo examples/synthetic_customer_migration_demo --jsonl
.venv/bin/martenweave trace FEP-DEMO-HUB-GOLDEN-NAME --repo examples/synthetic_customer_migration_demo
.venv/bin/martenweave impact FEP-S4-KNVV-KDGRP --repo examples/synthetic_customer_migration_demo

Supplier / Vendor

Path:

examples/supplier_vendor_model

Best for:

Run:

.venv/bin/martenweave validate --repo examples/supplier_vendor_model
.venv/bin/martenweave build-index --repo examples/supplier_vendor_model --jsonl
.venv/bin/martenweave gaps \
  examples/supplier_vendor_model/data/samples/vendor_extract.csv \
  --repo examples/supplier_vendor_model \
  --check-model

Simple Product

Path:

examples/simple_product_model

Best for:

Run:

.venv/bin/martenweave validate --repo examples/simple_product_model
.venv/bin/martenweave build-index --repo examples/simple_product_model --jsonl
.venv/bin/martenweave search "product" --repo examples/simple_product_model

Generic Product

Path:

examples/generic_product_model

Best for:

Run:

.venv/bin/martenweave validate --repo examples/generic_product_model
.venv/bin/martenweave build-index --repo examples/generic_product_model --jsonl
.venv/bin/martenweave scorecard --repo examples/generic_product_model

What Examples Are Not

They are starter models for testing, learning, and contributing better scenarios.