Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:01 +08:00
commit 1e99c10c61
8 changed files with 1091 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for database-archival-system skill
- [ ] database_archival.py: Script to automate the archival process for PostgreSQL and MySQL, including retention policy enforcement, compression, and migration.
- [ ] database_restore.py: Script to restore archived data from cold storage (S3, Azure Blob, GCS) back to a database.
- [ ] compliance_check.py: Script to verify that the archival process meets specific compliance requirements (e.g., GDPR, HIPAA).