Initial commit: Lakehouse configuration files
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
/* Palantir-style Dark Theme with Colorful Accents */
|
||||
:root {
|
||||
--background-color: #0a0e1a;
|
||||
--card-background: #111827;
|
||||
--card-hover: #1f2937;
|
||||
--text-primary: #f9fafb;
|
||||
--text-secondary: #9ca3af;
|
||||
--accent-blue: #3b82f6;
|
||||
--accent-purple: #8b5cf6;
|
||||
--accent-pink: #ec4899;
|
||||
--accent-green: #10b981;
|
||||
--accent-orange: #f59e0b;
|
||||
--accent-cyan: #06b6d4;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--background-color);
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
.service-card {
|
||||
background: linear-gradient(135deg, var(--card-background) 0%, #1a2332 100%);
|
||||
border: 1px solid rgba(59, 130, 246, 0.2);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.service-card:hover {
|
||||
background: linear-gradient(135deg, var(--card-hover) 0%, #2d3748 100%);
|
||||
border-color: var(--accent-blue);
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 10px 40px rgba(59, 130, 246, 0.3);
|
||||
}
|
||||
|
||||
.group-header {
|
||||
background: linear-gradient(90deg, var(--accent-blue), var(--accent-purple));
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
/* Colorful icons based on service type */
|
||||
.icon-kafka { filter: drop-shadow(0 0 8px var(--accent-blue)); }
|
||||
.icon-spark { filter: drop-shadow(0 0 8px var(--accent-orange)); }
|
||||
.icon-trino { filter: drop-shadow(0 0 8px var(--accent-cyan)); }
|
||||
.icon-airflow { filter: drop-shadow(0 0 8px var(--accent-green)); }
|
||||
.icon-elasticsearch { filter: drop-shadow(0 0 8px var(--accent-purple)); }
|
||||
.icon-kibana { filter: drop-shadow(0 0 8px var(--accent-pink)); }
|
||||
.icon-grafana { filter: drop-shadow(0 0 8px var(--accent-orange)); }
|
||||
.icon-proxmox { filter: drop-shadow(0 0 8px var(--accent-blue)); }
|
||||
.icon-git { filter: drop-shadow(0 0 8px var(--accent-green)); }
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
pve:
|
||||
url: https://10.0.10.65:8006
|
||||
username: root@pam
|
||||
password: Dell2026!
|
||||
@@ -0,0 +1,97 @@
|
||||
---
|
||||
# Palantir-style Data Pipeline Dashboard
|
||||
# Organized by system type with colorful layout
|
||||
|
||||
- Data Pipeline:
|
||||
- Kafka UI:
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/kafka.svg
|
||||
href: http://10.0.21.36:9000/
|
||||
description: Kafka Topics & Management
|
||||
- Debezium Connect:
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/debezium.svg
|
||||
href: http://10.0.21.50:8083/
|
||||
description: CDC Connectors
|
||||
- Spark Master:
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/apache-spark.svg
|
||||
href: http://10.0.21.50:8080/
|
||||
description: Spark Jobs & Monitoring
|
||||
- Trino:
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/trino.svg
|
||||
href: http://10.0.21.50:8089/
|
||||
description: Distributed SQL Query Engine
|
||||
|
||||
- Source Systems:
|
||||
- MongoDB:
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/mongodb.svg
|
||||
href: mongodb://10.0.21.51:27017
|
||||
description: MongoDB Supply Chain Data
|
||||
- PostgreSQL:
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/postgresql.svg
|
||||
href: postgresql://10.0.21.51:5432
|
||||
description: PostgreSQL Sales Data
|
||||
- Cassandra:
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/apache-cassandra.svg
|
||||
href: cassandra://10.0.21.51:9042
|
||||
description: Cassandra Telemetry Data
|
||||
- MySQL:
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/mysql.svg
|
||||
href: mysql://10.0.21.51:3306
|
||||
description: MySQL HR Data
|
||||
- Neo4j:
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/neo4j.svg
|
||||
href: http://10.0.21.51:7474/
|
||||
description: Neo4j Graph Database
|
||||
|
||||
- Storage:
|
||||
- ObjectScale S3:
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/minio.svg
|
||||
href: http://10.0.20.111:9020/
|
||||
description: S3 Object Storage
|
||||
- ObjectScale Web:
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/object-storage.svg
|
||||
href: https://10.0.20.111/
|
||||
description: ObjectScale Management UI
|
||||
|
||||
- Orchestration:
|
||||
- Airflow:
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/apache-airflow.svg
|
||||
href: http://10.0.21.55:8080/
|
||||
description: Workflow Orchestration
|
||||
|
||||
- Analytics & Visualization:
|
||||
- Superset:
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/apache-superset.svg
|
||||
href: http://10.0.21.45:8088/
|
||||
description: Business Intelligence & Dashboards
|
||||
- Elasticsearch:
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/elasticsearch.svg
|
||||
href: http://10.0.21.46:9200/
|
||||
description: Search & Analytics Engine
|
||||
- Kibana:
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/kibana.svg
|
||||
href: http://10.0.21.46:5601/
|
||||
description: Data Visualization
|
||||
- Grafana:
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/grafana.svg
|
||||
href: http://10.0.20.103/
|
||||
description: Metrics & Monitoring
|
||||
|
||||
- Management:
|
||||
- Proxmox:
|
||||
icon: proxmox.png
|
||||
href: http://10.0.10.65:8006/
|
||||
description: Virtualization Platform
|
||||
- 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
|
||||
- ATC LDAP:
|
||||
icon: /icons/lam.png
|
||||
href: http://atc-mgt01.dell-atc.lan/lam/
|
||||
description: LDAP Management
|
||||
|
||||
- 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
|
||||
Reference in New Issue
Block a user