← Back to project

Key Findings



Finding 1: MySQL MVP Ingestion — Debezium Server HTTP preferred



Finding 2: SQL Server Ingestion — Native CDC with custom poller



Finding 3: PostgreSQL later via wal2json



Finding 4: Oracle not MVP



Finding 5: Privileges & On‑prem Fit



---


Top 5 Open Questions (Resolved or Pending)



1. Which CDC connector?Debezium Server HTTP (MySQL). Resolved.
2. Minimal privileges? → `REPLICATION SLAVE` + `SELECT` on tables (MySQL); read‑only on CDC tables (SQL Server). Resolved.
3. Canonical schema stability? → Use `map[string]interface{}` with optional `schema_version`. Resolved.
4. On‑prem LLM quality? → Ollama default; quality may be marginal; allow cloud fallback. Resolved.
5. Demo domain? → Pharmacy chain. Resolved.


Future open questions will be tracked as findings evolve.