-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
173 lines (167 loc) Β· 6.16 KB
/
index.html
File metadata and controls
173 lines (167 loc) Β· 6.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OLake Helm Chart</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
line-height: 1.6;
color: #333;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: #f8f9fa;
}
.header {
text-align: center;
margin-bottom: 40px;
padding: 40px 0;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 10px;
}
.header img {
width: 80px;
height: 80px;
margin-bottom: 20px;
}
.header h1 {
margin: 0;
font-size: 3em;
font-weight: 300;
}
.header p {
margin: 10px 0 0 0;
font-size: 1.2em;
opacity: 0.9;
}
.container {
background: white;
border-radius: 10px;
padding: 40px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
}
.install-section {
background: #e8f5e8;
border-left: 4px solid #28a745;
padding: 20px;
margin: 20px 0;
border-radius: 5px;
}
.install-section h3 {
color: #155724;
margin-top: 0;
}
.code-block {
background: #f1f3f4;
padding: 15px;
border-radius: 5px;
font-family: 'Monaco', 'Consolas', monospace;
overflow-x: auto;
margin: 10px 0;
}
.charts-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin: 30px 0;
}
.chart-card {
background: white;
border: 1px solid #e1e4e8;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.chart-card h3 {
margin-top: 0;
color: #0366d6;
}
.badges {
text-align: center;
margin: 20px 0;
}
.badges img {
margin: 0 5px;
}
.footer {
text-align: center;
margin-top: 40px;
padding: 20px;
background: #f8f9fa;
border-radius: 10px;
}
.footer a {
color: #0366d6;
text-decoration: none;
margin: 0 10px;
}
.footer a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="header">
<img src="https://github.com/user-attachments/assets/d204f25f-5289-423c-b3f2-44b2194bdeaf" alt="OLake Logo">
<h1>OLake Helm Chart</h1>
<p>Kubernetes Helm Chart for OLake UI - Fastest open-source tool for replicating Databases to Apache Iceberg</p>
</div>
<div class="container">
<div class="install-section">
<h3>π Quick Start</h3>
<p>Add the OLake Helm repository and install the chart:</p>
<div class="code-block">
helm repo add olake https://datazip-inc.github.io/olake-helm<br>
helm repo update<br>
helm install olake olake/olake
</div>
</div>
<h2>π¦ Available Charts</h2>
<div class="charts-grid">
<div class="chart-card">
<h3>olake</h3>
<p><strong>Description:</strong> A comprehensive Helm chart for deploying OLake UI and Worker components along with required infrastructure (PostgreSQL, Temporal, Elasticsearch, optional NFS server).</p>
<p><strong>Version:</strong> 0.0.18</p>
<p><strong>App Version:</strong> 0.3.6</p>
<p><strong>Keywords:</strong> data-pipeline, elt, kubernetes, iceberg, data-lakehouse, olake</p>
<div style="margin-top: 15px;">
<a href="https://github.com/datazip-inc/olake-helm/tree/master/helm/olake/README.md" target="_blank">π Documentation</a> |
<a href="https://github.com/datazip-inc/olake-helm/tree/master/helm/olake/values.yaml" target="_blank">βοΈ Values</a>
</div>
</div>
</div>
<h2>π Documentation</h2>
<p>For detailed installation instructions, configuration options, and troubleshooting guides, visit:</p>
<ul>
<li><a href="https://github.com/datazip-inc/olake-helm/tree/master/helm/olake" target="_blank">Chart Documentation</a></li>
<li><a href="https://olake.io/docs/install/kubernetes" target="_blank">OLake Documentation</a></li>
</ul>
<h2>π§ Requirements</h2>
<ul>
<li>Kubernetes 1.19+</li>
<li>Helm 3.2.0+</li>
</ul>
<h2>π Features</h2>
<ul>
<li>π <strong>Complete Stack:</strong> UI, Worker, Temporal, PostgreSQL, Elasticsearch</li>
<li>π <strong>Security:</strong> RBAC, service accounts, encryption support</li>
<li>βοΈ <strong>Cloud Ready:</strong> AWS/GCP/Azure IAM integration</li>
<li>π <strong>Production Grade:</strong> Ingress, monitoring, troubleshooting tools</li>
<li>π§ <strong>Flexible Storage:</strong> Built-in NFS or external RWX volumes</li>
</ul>
</div>
<div class="footer">
<p>
<a href="https://github.com/datazip-inc/olake-helm" target="_blank">GitHub</a> |
<a href="https://olake.io/docs" target="_blank">Documentation</a> |
<a href="https://join.slack.com/t/getolake/shared_invite/zt-2utw44do6-g4XuKKeqBghBMy2~LcJ4ag" target="_blank">Slack Community</a> |
<a href="https://github.com/datazip-inc/olake-helm/issues" target="_blank">Issues</a>
</p>
<p>© 2024 DataZip Inc. Licensed under <a href="https://github.com/datazip-inc/olake-helm/blob/master/LICENSE" target="_blank">Apache 2.0</a></p>
</div>
</body>
</html>