Files
Lakehouse/config/homepage/services.yaml
T
2026-05-19 14:04:27 +02:00

118 lines
3.2 KiB
YAML

---
# Lakehouse Data Pipeline Dashboard
# Organized by system type with colorful layout
- Data Pipeline:
- Kafka UI:
icon: /icons/kafka.png
href: http://10.0.21.36:9000/
description: Kafka Topics & Management
color: '#ff6b6b'
- Debezium Connect:
icon: /icons/debezium.png
href: http://10.0.21.50:8083/
description: CDC Connectors
color: '#4ecdc4'
- Spark Master:
icon: /icons/spark.png
href: http://10.0.21.50:8080/
description: Spark Jobs & Monitoring
color: '#ffe66d'
- Trino:
icon: /icons/trino.png
href: http://10.0.21.50:8089/
description: Distributed SQL Query Engine
color: '#95e1d3'
- Source Systems:
- MongoDB:
icon: /icons/mongodb.png
href: mongodb://10.0.21.51:27017
description: MongoDB Supply Chain Data
color: '#f38181'
- PostgreSQL:
icon: /icons/postgresql.png
href: postgresql://10.0.21.51:5432
description: PostgreSQL Sales Data
color: '#aa96da'
- Cassandra:
icon: /icons/cassandra.png
href: cassandra://10.0.21.51:9042
description: Cassandra Telemetry Data
color: '#fcbad3'
- MySQL:
icon: /icons/mysql.png
href: mysql://10.0.21.51:3306
description: MySQL HR Data
color: '#a8d8ea'
- Neo4j:
icon: /icons/neo4j.png
href: http://10.0.21.51:7474/
description: Neo4j Graph Database
color: '#ff9a9e'
- Storage:
- ObjectScale S3:
icon: /icons/minio.png
href: http://10.0.20.111:9020/
description: S3 Object Storage
color: '#a18cd1'
- ObjectScale Web:
icon: /icons/minio.png
href: https://10.0.20.111/
description: ObjectScale Management UI
color: '#fbc2eb'
- Orchestration:
- Airflow:
icon: /icons/airflow.png
href: http://10.0.21.55:8080/
description: Workflow Orchestration
color: '#fd9644'
- Analytics & Visualization:
- Superset:
icon: /icons/superset.png
href: http://10.0.21.45:8088/
description: Business Intelligence & Dashboards
color: '#6c5ce7'
- Elasticsearch:
icon: /icons/elasticsearch.png
href: http://10.0.21.46:9200/
description: Search & Analytics Engine
color: '#00cec9'
- Kibana:
icon: /icons/kibana.png
href: http://10.0.21.46:5601/
description: Data Visualization
color: '#e84393'
- Grafana:
icon: /icons/grafana.png
href: http://10.0.20.103/
description: Metrics & Monitoring
color: '#fd79a8'
- Management:
- Proxmox:
icon: proxmox.png
href: http://10.0.10.65:8006/
description: Virtualization Platform
color: '#00b894'
- Git/Forgejo:
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/git.svg
href: http://atc-mgt01.dell-atc.lan:3001/
description: Git Repository
color: '#636e72'
- ATC LDAP:
icon: /icons/lam.png
href: http://atc-mgt01.dell-atc.lan/lam/
description: LDAP Management
color: '#0984e3'
- Development:
- Homepage Config:
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/homepage.svg
href: http://atc-docker01.dell-atc.lan/
description: Dashboard Configuration
color: '#b2bec3'