System Health

Database Admin

Monitor connectivity status for all database connections.

Back to Dashboard
All Systems Operational

MySQL

Primary Database

Connected
Driver mysql
Host 127.0.0.1
Port 3306
Database poc-heis

ClickHouse

Analytics Database

Connected
Transport HTTP Client
Endpoint http://127.0.0.1:8123
Database default
Username default

Remote Server Commands

Trigger database initializations, intensive seeders, and ETL pipelines asynchronously without using the terminal.

ClickHouse Init

php artisan app:clickhouse-init

Drops the existing default.demographic_data table and recreates it.

MySQL Seeder

php artisan db:seed --class=DemographicDataSeeder

Triggers the DemographicDataSeeder to generate dummy records inside the primary MySQL DB.

ETL Pipeline

php artisan etl:demographic-data

Executes the chunked ETL bridge, exporting more than 300,000 MySQL rows into ClickHouse automatically over HTTP.

server connection...
Awaiting execution...
Artisan Subprocess Manager