Skip to main content

log-data-offloading

Estrellas11
Forks4
Actualizado28 de junio de 2026 a las 15:48

Offload high-volume log / append-only / time-series data out of an RDBMS into Amazon S3 (cheap retention + analytics via Iceberg/Athena) or Amazon OpenSearch (full-text search + observability dashboards + alerting). Covers the S3-vs-OpenSearch decision, RDBMS-side time partitioning and fast purge (DROP PARTITION, not DELETE), offload pipelines (AWS DMS full-load+CDC, Kinesis Data Firehose, Debezium/MSK, scheduled export), OpenSearch ingestion (Firehose, OpenSearch Ingestion/Data Prepper, Fluent Bit), index rollover & retention (ISM), UltraWarm/Cold tiers, and hot-warm-cold tiered architecture. Use when an RDBMS log/event/audit table is bloating, slow, or expensive and you want to move it to S3 or OpenSearch. Triggers: log table bloat, audit log, event log, time-series in RDBMS, archive old rows, DMS to S3, Firehose, OpenSearch ingestion, ISM rollover, UltraWarm, CDC, Debezium, partition pruning, cold storage, retention policy, move logs out of Postgres/MySQL.

Instalación

Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.

SKILL.md
readonly