Service Verification
Quick Verification Commands
# 1. Check MySQL
docker exec mysql mysql -uroot -ppassword -e "SHOW DATABASES;"
# 2. Check ClickHouse
curl -u admin:clickhouse123 http://localhost:8123/ping
# 3. Check LogStash
curl http://localhost:9600/_node/stats
# 4. Check Airflow (if installed)
curl http://localhost:8080/healthDetailed Service Verification
1. MySQL Database Verification
2. ClickHouse Data Warehouse Verification
3. LogStash Data Pipeline Verification
4. Network Connectivity Verification
5. Data Quality Verification
Performance Verification
Query Response Time Testing
Resource Usage Monitoring
Web Interface Verification
ClickHouse Play Interface
Airflow Web Interface (if installed)
Automated Verification Script
Troubleshooting Failed Verifications
MySQL Connection Issues
ClickHouse Access Issues
LogStash Pipeline Issues
Next Steps
Verification Checklist
Last updated