Skip to content

feat: complete data-ml integration for Postgres - #1

Merged
Nickgonzales76017 merged 1 commit into
mainfrom
feat/complete-integration
May 3, 2026
Merged

feat: complete data-ml integration for Postgres#1
Nickgonzales76017 merged 1 commit into
mainfrom
feat/complete-integration

Conversation

@Nickgonzales76017

Copy link
Copy Markdown
Member

Completes the seeded scaffold with a production-ready Postgres integration package.

Included

  1. Postgres schemas for all core artifact surfaces
  2. Operational scripts for init/audit/pack/benchmark/export/release-gate
  3. Docs and examples (including local docker compose)
  4. Validation scripts and CI workflow running against postgres:16 service
  5. README promoted from planned -> active data-ml status

Validation

  • Local: bash syntax checks for all scripts passed
  • CI: full database-backed validation wired in validate workflow

- add 5 Postgres schemas (model_memory, sae_dictionaries, semantic_cache, manifests, proof_bundles)
- add operational scripts: init-db, doctor-deep, manifest-verify, model-memory-pack,
  sae-audit, semantic-cache-bench, proof-bundle-export, release-gate
- add docs: quickstart, schema reference, scripts reference
- add examples: docker compose, sample manifest, sample artifact, sample db init
- add tests: validate-schemas and validate-scripts
- add Python dependency for benchmark/export scripts (psycopg)
- upgrade validate workflow to run against postgres:16 service
- update README to active data-ml integration status
@Nickgonzales76017
Nickgonzales76017 merged commit f14d158 into main May 3, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant