schema-evolution-manager

Solid

Manages schema evolution and compatibility across data systems

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
74
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Schema Evolution Manager ## Overview Manages schema evolution and compatibility across data systems. This skill ensures safe schema changes that maintain backward and forward compatibility. ## Capabilities - Schema compatibility checking (Avro, Protobuf, JSON Schema) - Breaking change detection - Migration script generation - Version management - Schema registry operations - Backward/forward compatibility validation - Schema documentation generation - Cross-system schema synchronization ## Input Schema ```json { "currentSchema": "object", "proposedSchema": "object", "schemaFormat": "avro|protobuf|jsonschema|ddl", "compatibilityMode": "backward|forward|full|none" } ``` ## Output Schema ```json { "compatible": "boolean", "breakingChanges": ["object"], "migrationScript": "string", "recommendations": ["string"], "versionInfo": "object" } ``` ## Target Processes - Streaming Pipeline - ETL/ELT Pipeline - Data Catalog - Pipeline Migration ## Usage Guidelines 1. Provide current and proposed schema definitions 2. Specify schema format for proper parsing 3. Define compatibility mode based on system requirements 4. Review breaking changes before proceeding with migration ## Best Practices - Always test schema changes in non-production first - Use schema registry for centralized schema management - Document schema versions and changes - Plan migration strategies for breaking changes - Coordinate schema changes across dependent systems

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Related Skills