Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:42 +08:00
commit 073eddcdf0
8 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for nosql-data-modeler skill
- [ ] validate_schema.py: Validates a NoSQL schema against best practices and common errors.
- [ ] generate_sample_data.py: Generates sample data based on the defined schema for testing purposes.
- [ ] migrate_schema.py: Migrates a schema from one NoSQL database type to another (e.g., MongoDB to DynamoDB).