-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
492 lines (447 loc) Β· 24.3 KB
/
Copy pathindex.html
File metadata and controls
492 lines (447 loc) Β· 24.3 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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Data Engineering Journey - From Traditional to AI-Driven Systems</title>
<meta name="description" content="Complete hands-on course for engineering graduates: Traditional Data β Modern Engineering β AI-Driven Systems using GitHub Codespaces, Azure, and AI tools.">
<link rel="stylesheet" href="assets/css/landing.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar">
<div class="nav-container">
<div class="nav-brand">
<h1>π Data Engineering Journey</h1>
</div>
<ul class="nav-menu">
<li><a href="#overview">Overview</a></li>
<li><a href="#phases">Phases</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#launch">Launch</a></li>
</ul>
<div class="nav-cta">
<a href="phase1-traditional/html-dashboard/index.html" class="btn-primary">Start Learning</a>
</div>
</div>
</nav>
<header class="hero">
<div class="hero-background">
<div class="floating-particles">
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
</div>
</div>
<div class="container">
<div class="hero-content">
<h1>Data Engineering Journey</h1>
<h2>From Traditional to AI-Driven Systems</h2>
<p>A comprehensive hands-on course for engineering graduates transitioning into AI and data engineering</p>
<div class="journey-path">
<div class="journey-step">
<div class="step-icon">ποΈ</div>
<span>Traditional Data</span>
</div>
<div class="journey-arrow">β</div>
<div class="journey-step">
<div class="step-icon">βοΈ</div>
<span>Modern Engineering</span>
</div>
<div class="journey-arrow">β</div>
<div class="journey-step">
<div class="step-icon">π€</div>
<span>AI-Driven Systems</span>
</div>
<div class="journey-arrow">β</div>
<div class="journey-step">
<div class="step-icon">π</div>
<span>Agent Automation</span>
</div>
</div>
<div class="hero-cta">
<a href="phase1-traditional/html-dashboard/index.html" class="btn-hero">π Launch Course</a>
<a href="https://github.com/maree217/data-engineering-journey" class="btn-secondary">π View on GitHub</a>
</div>
<div class="hero-badges">
<span class="badge">GitHub Codespaces Ready</span>
<span class="badge">Azure Integration</span>
<span class="badge">AI-Powered</span>
<span class="badge">Hands-On Projects</span>
</div>
</div>
</div>
</header>
<main>
<!-- Overview Section -->
<section id="overview" class="section">
<div class="container">
<div class="section-header">
<h2>π― Course Overview</h2>
<p>Transform your career with comprehensive, practical data engineering skills</p>
</div>
<div class="overview-grid">
<div class="overview-card">
<h3>π Target Audience</h3>
<ul>
<li>Engineering graduates with Python experience</li>
<li>Professionals transitioning to AI/Data Engineering</li>
<li>Students seeking hands-on, practical experience</li>
<li>Anyone wanting to build modern data systems</li>
</ul>
</div>
<div class="overview-card">
<h3>β±οΈ Duration & Format</h3>
<ul>
<li><strong>16 weeks</strong> comprehensive program</li>
<li><strong>4 phases</strong> of progressive complexity</li>
<li><strong>Hands-on projects</strong> from day one</li>
<li><strong>Interactive demos</strong> and simulations</li>
</ul>
</div>
<div class="overview-card">
<h3>π οΈ Technology Stack</h3>
<ul>
<li><strong>Cloud</strong>: GitHub Codespaces, Azure</li>
<li><strong>Databases</strong>: SQL, PostgreSQL, Neo4j, Vector DBs</li>
<li><strong>AI Tools</strong>: Claude Code, GitHub Copilot</li>
<li><strong>Languages</strong>: Python, SQL, JavaScript</li>
</ul>
</div>
<div class="overview-card">
<h3>π― Learning Outcomes</h3>
<ul>
<li>Design traditional and modern data architectures</li>
<li>Build MLOps pipelines and AI systems</li>
<li>Work with vector databases and knowledge graphs</li>
<li>Create AI agents and automated business workflows</li>
<li>Deploy end-to-end business intelligence systems</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Phases Section -->
<section id="phases" class="section bg-light">
<div class="container">
<div class="section-header">
<h2>π Four Progressive Phases</h2>
<p>Master data engineering through a carefully designed learning progression</p>
</div>
<div class="phases-container">
<!-- Phase 1 -->
<div class="phase-card phase-1">
<div class="phase-header">
<div class="phase-icon">ποΈ</div>
<div class="phase-info">
<h3>Phase 1: Traditional Data Engineering</h3>
<span class="phase-duration">Weeks 1-4</span>
</div>
</div>
<div class="phase-content">
<p>Master the fundamentals of data systems, SQL databases, and business intelligence</p>
<div class="phase-features">
<h4>Interactive Features:</h4>
<ul>
<li>π SQL Query Playground</li>
<li>π Data Visualization Dashboard</li>
<li>π Text Analysis Tool</li>
<li>ποΈ Database Schema Explorer</li>
</ul>
</div>
<div class="phase-tech">
<h4>Technologies:</h4>
<div class="tech-tags">
<span>SQL</span>
<span>Python</span>
<span>Pandas</span>
<span>Chart.js</span>
<span>Power BI</span>
</div>
</div>
<a href="phase1-traditional/html-dashboard/index.html" class="phase-btn">Launch Phase 1</a>
</div>
</div>
<!-- Phase 2 -->
<div class="phase-card phase-2">
<div class="phase-header">
<div class="phase-icon">βοΈ</div>
<div class="phase-info">
<h3>Phase 2: Modern Data Engineering</h3>
<span class="phase-duration">Weeks 5-8</span>
</div>
</div>
<div class="phase-content">
<p>Build cloud-native data architectures, MLOps pipelines, and real-time systems</p>
<div class="phase-features">
<h4>Interactive Features:</h4>
<ul>
<li>π€ MLOps Pipeline Simulator</li>
<li>β‘ Real-time Data Streaming</li>
<li>βοΈ Azure Architecture Demo</li>
<li>π° Cloud Cost Calculator</li>
</ul>
</div>
<div class="phase-tech">
<h4>Technologies:</h4>
<div class="tech-tags">
<span>Azure</span>
<span>Docker</span>
<span>MLOps</span>
<span>Kafka</span>
<span>Synapse</span>
</div>
</div>
<a href="phase2-modern/mlops-pipeline/index.html" class="phase-btn">Launch Phase 2</a>
</div>
</div>
<!-- Phase 3 -->
<div class="phase-card phase-3">
<div class="phase-header">
<div class="phase-icon">π€</div>
<div class="phase-info">
<h3>Phase 3: AI-Driven Data Systems</h3>
<span class="phase-duration">Weeks 9-12</span>
</div>
</div>
<div class="phase-content">
<p>Create intelligent data systems with vector databases, knowledge graphs, and AI agents</p>
<div class="phase-features">
<h4>Interactive Features:</h4>
<ul>
<li>π Vector Search Engine</li>
<li>πΈοΈ Knowledge Graph Explorer</li>
<li>π€ AI Agent Simulator</li>
<li>π§ Memory System Demo</li>
</ul>
</div>
<div class="phase-tech">
<h4>Technologies:</h4>
<div class="tech-tags">
<span>Vector DBs</span>
<span>Neo4j</span>
<span>OpenAI</span>
<span>LangChain</span>
<span>Embeddings</span>
</div>
</div>
<a href="phase3-ai-driven/vector-search/index.html" class="phase-btn">Launch Phase 3</a>
</div>
</div>
<!-- Phase 4 -->
<div class="phase-card phase-4">
<div class="phase-header">
<div class="phase-icon">π</div>
<div class="phase-info">
<h3>Phase 4: End-to-End Agent Automation</h3>
<span class="phase-duration">Weeks 13-16</span>
</div>
</div>
<div class="phase-content">
<p>Complete business intelligence automation with multi-agent orchestration and knowledge graph pipelines</p>
<div class="phase-features">
<h4>Interactive Features:</h4>
<ul>
<li>π€ Multi-Agent Workflow Designer</li>
<li>π’ 5 Complete Business Scenarios</li>
<li>πΈοΈ Hybrid Vector-Graph Search</li>
<li>β‘ Real-time Decision Systems</li>
</ul>
</div>
<div class="phase-tech">
<h4>Technologies:</h4>
<div class="tech-tags">
<span>LangGraph</span>
<span>Agent Orchestration</span>
<span>Knowledge Graphs</span>
<span>Business Intelligence</span>
<span>Production Systems</span>
</div>
</div>
<a href="phase4-agentic/end-to-end-automation/index.html" class="phase-btn">Launch Phase 4</a>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="section">
<div class="container">
<div class="section-header">
<h2>β¨ Key Features</h2>
<p>Why this course stands out from traditional learning approaches</p>
</div>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">π</div>
<h3>Hands-On From Day 1</h3>
<p>Start building real data systems immediately. No theoretical lectures - just practical, interactive learning experiences.</p>
</div>
<div class="feature-card">
<div class="feature-icon">π</div>
<h3>Interactive Simulations</h3>
<p>Experience ML pipelines, data streaming, vector search, and AI agents through realistic simulations.</p>
</div>
<div class="feature-card">
<div class="feature-icon">π</div>
<h3>AI-Assisted Learning</h3>
<p>Learn using Claude Code and GitHub Copilot - the same AI tools used by professional data engineers.</p>
</div>
<div class="feature-card">
<div class="feature-icon">βοΈ</div>
<h3>Cloud-Native Environment</h3>
<p>Everything runs in GitHub Codespaces with Azure integration. No local setup required - start learning instantly.</p>
</div>
<div class="feature-card">
<div class="feature-icon">π―</div>
<h3>Industry-Relevant Projects</h3>
<p>Build portfolio-worthy projects that showcase real-world data engineering and AI implementation skills.</p>
</div>
<div class="feature-card">
<div class="feature-icon">π</div>
<h3>Progressive Complexity</h3>
<p>Start with SQL basics, progress through modern cloud systems, and master cutting-edge AI technologies.</p>
</div>
</div>
</div>
</section>
<!-- Launch Section -->
<section id="launch" class="section bg-dark">
<div class="container">
<div class="launch-content">
<div class="launch-header">
<h2>π Ready to Start Your Data Engineering Journey?</h2>
<p>Get hands-on experience with industry-standard tools and technologies</p>
</div>
<div class="launch-options">
<div class="launch-option recommended">
<div class="option-badge">Recommended</div>
<h3>π GitHub Codespaces</h3>
<p>Launch the complete course in a pre-configured cloud environment</p>
<div class="option-features">
<span>β
Zero setup required</span>
<span>β
All dependencies pre-installed</span>
<span>β
VS Code + AI tools ready</span>
<span>β
All 3 phases accessible</span>
</div>
<a href="https://github.com/maree217/data-engineering-journey" class="option-btn primary">
Open in Codespaces
</a>
</div>
<div class="launch-option">
<h3>π» Local Development</h3>
<p>Clone and run the course on your local machine</p>
<div class="option-features">
<span>π Requires: Python 3.11+, Node.js 18+</span>
<span>βοΈ Manual setup needed</span>
<span>π§ Full control over environment</span>
<span>π Supports offline development</span>
</div>
<a href="https://github.com/maree217/data-engineering-journey" class="option-btn secondary">
Clone Repository
</a>
</div>
<div class="launch-option">
<h3>π Preview Demo</h3>
<p>Explore individual phases without full setup</p>
<div class="option-features">
<span>π Browse course content</span>
<span>β‘ Quick phase previews</span>
<span>π± Works on any device</span>
<span>π― Perfect for evaluation</span>
</div>
<div class="demo-links">
<a href="phase1-traditional/html-dashboard/index.html" class="demo-link">Phase 1 Demo</a>
<a href="phase2-modern/mlops-pipeline/index.html" class="demo-link">Phase 2 Demo</a>
<a href="phase3-ai-driven/vector-search/index.html" class="demo-link">Phase 3 Demo</a>
</div>
</div>
</div>
<div class="launch-support">
<h3>π Need Help Getting Started?</h3>
<div class="support-links">
<a href="LAUNCH_GUIDE.md" class="support-link">π Launch Guide</a>
<a href="README.md" class="support-link">π Documentation</a>
<a href="https://github.com/maree217/data-engineering-journey/issues" class="support-link">π Report Issues</a>
<a href="https://github.com/maree217/data-engineering-journey/discussions" class="support-link">π¬ Community</a>
</div>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="stats-section">
<div class="container">
<div class="stats-grid">
<div class="stat-item">
<div class="stat-number">3</div>
<div class="stat-label">Progressive Phases</div>
</div>
<div class="stat-item">
<div class="stat-number">15+</div>
<div class="stat-label">Technologies Covered</div>
</div>
<div class="stat-item">
<div class="stat-number">12</div>
<div class="stat-label">Interactive Demos</div>
</div>
<div class="stat-item">
<div class="stat-number">100%</div>
<div class="stat-label">Hands-On Learning</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h4>π― Course Phases</h4>
<ul>
<li><a href="phase1-traditional/html-dashboard/index.html">Phase 1: Traditional Data</a></li>
<li><a href="phase2-modern/mlops-pipeline/index.html">Phase 2: Modern Engineering</a></li>
<li><a href="phase3-ai-driven/vector-search/index.html">Phase 3: AI-Driven Systems</a></li>
</ul>
</div>
<div class="footer-section">
<h4>π Resources</h4>
<ul>
<li><a href="LAUNCH_GUIDE.md">Launch Guide</a></li>
<li><a href="README.md">Documentation</a></li>
<li><a href="https://github.com/maree217/data-engineering-journey">GitHub Repository</a></li>
<li><a href="https://github.com/maree217/data-engineering-journey/discussions">Community</a></li>
</ul>
</div>
<div class="footer-section">
<h4>π οΈ Technologies</h4>
<ul>
<li>GitHub Codespaces</li>
<li>Azure Cloud Services</li>
<li>PostgreSQL + pgvector</li>
<li>Neo4j Graph Database</li>
</ul>
</div>
<div class="footer-section">
<h4>π€ AI Tools</h4>
<ul>
<li>Claude Code</li>
<li>GitHub Copilot</li>
<li>OpenAI Integration</li>
<li>Vector Embeddings</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Data Engineering Journey - From Traditional to AI-Driven Systems</p>
<p>Built with β€οΈ for engineering graduates transitioning to AI careers</p>
</div>
</div>
</footer>
<script src="assets/js/landing.js"></script>
</body>
</html>