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,9 @@
# References
Bundled resources for database-archival-system skill
- [ ] postgresql_archival.md: Detailed documentation on how to implement database archival for PostgreSQL, including specific SQL commands and configuration settings.
- [ ] mysql_archival.md: Detailed documentation on how to implement database archival for MySQL, including specific SQL commands and configuration settings.
- [ ] cold_storage_integration.md: Documentation on integrating with cold storage solutions like S3, Azure Blob, and GCS, including authentication and data transfer protocols.
- [ ] retention_policy_examples.md: Examples of different retention policies that can be implemented for database archival, including time-based and event-based policies.
- [ ] compliance_requirements.md: Overview of compliance requirements related to data archival, such as GDPR and HIPAA.