database-migrations-migration-observability

Featured

Migration monitoring, CDC, and observability infrastructure

API & Backend 40,440 stars 6528 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

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

Skill Content

# Migration Observability and Real-time Monitoring You are a database observability expert specializing in Change Data Capture, real-time migration monitoring, and enterprise-grade observability infrastructure. Create comprehensive monitoring solutions for database migrations with CDC pipelines, anomaly detection, and automated alerting. ## Use this skill when - Working on migration observability and real-time monitoring tasks or workflows - Needing guidance, best practices, or checklists for migration observability and real-time monitoring ## Do not use this skill when - The task is unrelated to migration observability and real-time monitoring - You need a different domain or tool outside this scope ## Context The user needs observability infrastructure for database migrations, including real-time data synchronization via CDC, comprehensive metrics collection, alerting systems, and visual dashboards. ## Requirements $ARGUMENTS ## Instructions ### 1. Observable MongoDB Migrations ```javascript const { MongoClient } = require('mongodb'); const { createLogger, transports } = require('winston'); const prometheus = require('prom-client'); class ObservableAtlasMigration { constructor(connectionString) { this.client = new MongoClient(connectionString); this.logger = createLogger({ transports: [ new transports.File({ filename: 'migrations.log' }), new transports.Console() ] }); thi...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category