Add icon colors to match services.yaml color fields
This commit is contained in:
@@ -1,117 +1,142 @@
|
||||
---
|
||||
# Lakehouse Data Pipeline Dashboard
|
||||
# Organized by system type with colorful layout
|
||||
# Organized by system type with Palantir-style layout
|
||||
|
||||
- Data Pipeline:
|
||||
- Kafka UI:
|
||||
icon: si-apachekafka
|
||||
href: http://10.0.21.36:9000/
|
||||
icon: mdi-apache-kafka
|
||||
color: "#E02014"
|
||||
href: http://atc-kafka01.dell-atc.lan:9000/
|
||||
description: Kafka Topics & Management
|
||||
- Debezium Connect:
|
||||
icon: si-apachedebezium
|
||||
href: http://10.0.21.50:8083/
|
||||
icon: mdi-database-sync
|
||||
color: "#4ECDC4"
|
||||
href: http://atc-lake01.dell-atc.lan:8083/
|
||||
description: CDC Connectors
|
||||
- Spark Master:
|
||||
icon: si-apachespark
|
||||
href: http://10.0.21.50:8080/
|
||||
icon: mdi-star-four-points
|
||||
color: "#E25A1C"
|
||||
href: http://atc-lake01.dell-atc.lan:8080/
|
||||
description: Spark Jobs & Monitoring
|
||||
- Trino:
|
||||
icon: si-trino
|
||||
href: http://10.0.21.50:8089/
|
||||
color: "#DD00A1"
|
||||
href: http://atc-lake01.dell-atc.lan:8089/
|
||||
description: Distributed SQL Query Engine
|
||||
|
||||
- Source Systems:
|
||||
- MongoDB:
|
||||
icon: si-mongodb
|
||||
href: mongodb://10.0.21.51:27017
|
||||
color: "#47A248"
|
||||
href: mongodb://atc-db02.dell-atc.lan:27017
|
||||
description: MongoDB Supply Chain Data
|
||||
- PostgreSQL:
|
||||
icon: si-postgresql
|
||||
href: postgresql://10.0.21.51:5432
|
||||
color: "#4169E1"
|
||||
href: postgresql://atc-db02.dell-atc.lan:5432
|
||||
description: PostgreSQL Sales Data
|
||||
- Cassandra:
|
||||
icon: si-apachecassandra
|
||||
href: cassandra://10.0.21.51:9042
|
||||
color: "#1287B1"
|
||||
href: cassandra://atc-db02.dell-atc.lan:9042
|
||||
description: Cassandra Telemetry Data
|
||||
- MySQL:
|
||||
icon: si-mysql
|
||||
href: mysql://10.0.21.51:3306
|
||||
color: "#4479A1"
|
||||
href: mysql://atc-db02.dell-atc.lan:3306
|
||||
description: MySQL HR Data
|
||||
- Neo4j:
|
||||
icon: si-neo4j
|
||||
href: http://10.0.21.51:7474/
|
||||
color: "#008CC1"
|
||||
href: http://atc-db02.dell-atc.lan:7474/
|
||||
description: Neo4j Graph Database
|
||||
|
||||
- Storage:
|
||||
- ObjectScale S3:
|
||||
icon: si-minio
|
||||
icon: mdi-database-cloud
|
||||
color: "#00d2ff"
|
||||
href: http://10.0.20.111:9020/
|
||||
description: S3 Object Storage
|
||||
- ObjectScale Web:
|
||||
icon: si-minio
|
||||
icon: mdi-server-network
|
||||
color: "#b500ff"
|
||||
href: https://10.0.20.111/
|
||||
description: ObjectScale Management UI
|
||||
|
||||
- Orchestration:
|
||||
- Airflow:
|
||||
icon: si-apacheairflow
|
||||
color: "#017CEE"
|
||||
href: http://10.0.21.55:8080/
|
||||
description: Workflow Orchestration
|
||||
|
||||
- Analytics & Visualization:
|
||||
- Superset:
|
||||
icon: si-apachesuperset
|
||||
href: http://10.0.21.45:8088/
|
||||
icon: mdi-chart-bar
|
||||
color: "#6c5ce7"
|
||||
href: http://atc-docker01.dell-atc.lan:8088/
|
||||
description: Business Intelligence & Dashboards
|
||||
- Elasticsearch:
|
||||
icon: si-elasticsearch
|
||||
href: http://10.0.21.46:9200/
|
||||
color: "#005571"
|
||||
href: http://atc-elastic01.dell-atc.lan:9200/
|
||||
description: Search & Analytics Engine
|
||||
- Kibana:
|
||||
icon: si-kibana
|
||||
href: http://10.0.21.46:5601/
|
||||
color: "#F04E98"
|
||||
href: http://atc-elastic01.dell-atc.lan:5601/
|
||||
description: Data Visualization
|
||||
- Grafana:
|
||||
icon: si-grafana
|
||||
href: http://10.0.20.103/
|
||||
color: "#F46800"
|
||||
href: http://atc-grafana.dell-atc.lan/
|
||||
description: Metrics & Monitoring
|
||||
|
||||
- Management:
|
||||
- Proxmox:
|
||||
icon: si-proxmox
|
||||
href: http://10.0.10.65:8006/
|
||||
color: "#E57000"
|
||||
href: https://dcp-pve01.dell-atc.lan:8006/
|
||||
description: Virtualization Platform
|
||||
- Git/Forgejo:
|
||||
icon: si-git
|
||||
color: "#F05032"
|
||||
href: http://atc-mgt01.dell-atc.lan:3001/
|
||||
description: Git Repository
|
||||
- ATC LDAP:
|
||||
icon: si-openldap
|
||||
icon: mdi-account-group
|
||||
color: "#0984e3"
|
||||
href: http://atc-mgt01.dell-atc.lan/lam/
|
||||
description: LDAP Management
|
||||
|
||||
- Data Engineering & AI Resources:
|
||||
- TLDR Data Engineering:
|
||||
icon: si-rss
|
||||
icon: mdi-rss
|
||||
color: "#f59e0b"
|
||||
href: https://tldr.tech/dataengineering/
|
||||
description: Daily data engineering news
|
||||
- TLDR AI:
|
||||
icon: si-rss
|
||||
icon: mdi-rss
|
||||
color: "#f59e0b"
|
||||
href: https://tldr.tech/ai/
|
||||
description: Daily AI news
|
||||
- KDnuggets:
|
||||
icon: si-rss
|
||||
icon: mdi-rss
|
||||
color: "#f59e0b"
|
||||
href: https://www.kdnuggets.com/
|
||||
description: Data science and machine learning
|
||||
- Towards Data Science:
|
||||
icon: si-rss
|
||||
icon: mdi-rss
|
||||
color: "#f59e0b"
|
||||
href: https://towardsdatascience.com/
|
||||
description: Data science articles
|
||||
- Data Engineering Central:
|
||||
icon: si-rss
|
||||
icon: mdi-rss
|
||||
color: "#f59e0b"
|
||||
href: https://www.dataengineeringcentral.com/
|
||||
description: Data engineering resources
|
||||
- Apache Airflow Blog:
|
||||
icon: si-rss
|
||||
icon: mdi-rss
|
||||
color: "#f59e0b"
|
||||
href: https://airflow.apache.org/blog/
|
||||
description: Airflow updates and tutorials
|
||||
|
||||
Reference in New Issue
Block a user