Database Design
Schema design, normalization, and migrations.
9 assets in this category
DesignFeatured
Data Migration Plan
Plan a safe data migration: schema mapping, ETL strategy, dual-write or one-shot, validation, and cutover with rollback.
migrationdata
Template·advancedView
DesignFeatured
Database Migration Playbook (Cross-Engine)
Migrate a database between engines (SQL Server → Azure SQL or Postgres) with zero or minimal downtime, parity validation, and instant rollback.
sqlpostgresmigrationdatabase
Playbook·advancedView
Design
DB2 for i to Relational Database Mapping
Map DB2 for i schemas (with multi-member files, logical files, journaling, DDS extensions) to a modern relational database — Postgres, SQL Server, or Azure SQL.
ibm-irpgpostgressqlmigrationrpg
Template·advancedView
Design
MongoDB Schema Designer
Design a denormalized MongoDB schema with proper indexes, embedded vs referenced choices, and validation rules.
mongodbdatabasenosql
Template·intermediateView
Design
Postgres MCP for Evoke
Pre-configured Postgres MCP server for Claude Code — schema inspection and read-only queries to make database work safer and faster.
claude-codemcppostgrespostgresdatabase
MCP config·intermediateView
DesignFeatured
PostgreSQL Schema Designer
Design a normalized PostgreSQL schema with indexes, constraints, and migration files.
postgressqldatabaseschema
Template·intermediateView
Build
Slowly Changing Dimensions (SCD) Implementation in PySpark
Implement SCD Type 1, 2, 3, and 6 patterns in PySpark with Delta Lake MERGE — for dimensional modeling in modern data platforms.
azurepysparkdelta-lakefabricetlscd
Template·advancedView
Design
SQL Server to Modern Schema Translator
Translate SQL Server schemas to modernized SQL Server (Azure SQL) or Postgres, handling type differences, constraints, and stored procedure migration.
postgressqlmigrationsql-server
Template·advancedView
Design
VSAM / IMS to Relational Database Mapping
Map mainframe data structures (VSAM, IMS, IDMS, flat files) to a normalized relational schema, preserving keys, relationships, and access patterns.
mainframecobolpostgressqlmigrationcobol
Template·advancedView