System Health
Monitor connectivity status for all database connections.
Primary Database
Analytics Database
Trigger database initializations, intensive seeders, and ETL pipelines asynchronously without using the terminal.
php artisan app:clickhouse-init
Drops the existing default.demographic_data table and recreates it.
php artisan db:seed --class=DemographicDataSeeder
Triggers the DemographicDataSeeder to generate dummy records inside the primary MySQL DB.
php artisan etl:demographic-data
Executes the chunked ETL bridge, exporting more than 300,000 MySQL rows into ClickHouse automatically over HTTP.