-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d669f8b
commit d0f0e40
Showing
3 changed files
with
318 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
<!DOCTYPE html> | ||
<html><head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
|
||
<title>Categories - Kafka and Spark BDDs</title> | ||
|
||
|
||
|
||
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
|
||
|
||
<link href="https://unpkg.com/@master/normal.css" rel="stylesheet"> | ||
<script src="https://unpkg.com/@master/style@1.5.0"></script> | ||
<script src="https://unpkg.com/@master/styles@1.13.0"></script> | ||
<script src="https://unpkg.com/master-styles-group"></script> | ||
<script src="https://unpkg.com/themes.js"></script> | ||
<script>window.themes = window.themes || new window.Themes()</script> | ||
|
||
<style> | ||
:root { | ||
--font-sans: "Inter var", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; | ||
} | ||
</style></head> | ||
<body class="bg:fade-84@dark font:fade-16@dark font:sans"> | ||
<nav class="w:full h:90 fixed bg:fade-84/.95@dark bg:white z:1000"> | ||
<div class=" | ||
h:full | ||
w:full | ||
max-w:1200 | ||
mx:auto | ||
px:32 | ||
d:flex | ||
align-items:center | ||
"> | ||
<div> | ||
<a href="/" class="mr-3 font:extralight"> | ||
|
||
Kafka and Spark BDDs | ||
|
||
</a> | ||
</div> | ||
|
||
<div class="ml:auto"> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
</nav> | ||
<div class="d:flex flex:column@<=sm pt:90 px:24 jc:center gap:44 word-break:break-word"> | ||
<div class="max-w:700 w:full box:content-box"> | ||
<div> | ||
<article class="box:border-box pt:32 w:full"> | ||
<header class="mb:32"> | ||
<div class="font:40 font:extrabold">Categories</div> | ||
</header><div class=" | ||
_:where(a):hover{text-decoration-color:fade} | ||
_:where(a){text-decoration:2;underline;fade-10;_text-decoration-color:fade-70@dark} | ||
_:where(blockquote){bl:5;solid;fade-76/.1;_bl:5;solid;fade-34/.1@dark} | ||
_:where(code){font:90%;_v:middle} | ||
_:where(code:not(.highlight_*,pre_*)){p:2;6;_r:4} | ||
_:where(del){text-decoration:1;line-through;fade-68;_text-decoration-color:red-64@dark} | ||
_:where(figcaption){text:14;_p:10;20;0;_width:fit;_mx:auto;_font:fade-56;_font:fade-57@dark} | ||
_:where(h1){font:40;_font:extrabold} | ||
_:where(h1,h2,h3)+:where(h1,h2,h3){mt:.5em} | ||
_:where(h1,h2,h3,h4,h5,h6){mt:2em} | ||
_:where(h2){mb:1em;_font:32} | ||
_:where(h3){font:24} | ||
_:where(h4){font:20} | ||
_:where(h5){font:16} | ||
_:where(h6){font:14} | ||
_:where(li)::marker{font:fade-44;_font:fade-68@dark} | ||
_:where(li){pl:.375em} | ||
_:where(mark){text-decoration:1;underline;#fce016;_bg:transparent;_text-decoration-color:rgb(252;224;22/.5)@dark} | ||
_:where(p,li){font:fade-76;_font:16;_line-height:1.65;_font:fade-34@dark} | ||
_:where(p,pre,blockquote,figure,ul,ol,table){my:1.125em} | ||
>:first-child{mt:0!} | ||
_:where(pre){p:20;_r:8;_overflow:auto} | ||
_:where(pre,code:not(.highlight_*)){bg:fade-2;_bg:fade-92!@dark} | ||
_:where(strong,b,a,code:not(.highlight_*),mark,del){font:fade-92;_font:fade-12@dark} | ||
_:where(table){width:full;_border-spacing:0} | ||
_:where(td){v:baseline} | ||
_:where(td,th):first-child{pl:0} | ||
_:where(td,th):last-child{pr:0} | ||
_:where(td,th){bb:1;solid;fade-92/.06;_p:6;_b:fade-4/.04@dark} | ||
_:where(th){font:fade-78;_font:14;_text:left;_font:fade-12@dark} | ||
_:where(th,p_code,li_code,a,mark){font:semibold;_font:medium@dark} | ||
_:where(ul){list-style-type:disc} | ||
_:where(ul,ol,blockquote){pl:1.5em} | ||
_:where(video,img){max-width:full} | ||
_:where(a,mark){text-underline-offset:3} | ||
_:where(hr){h:2;_bg:fade-10;_bg:fade-70@dark;_my:3em} | ||
"></div></article> | ||
<ul> | ||
</ul> | ||
</div> | ||
<footer class="py:24"> | ||
<div class="f:fade-30 f:14 mb:8"></div> | ||
<div class="f:fade-60 f:12"><a class="f:bold" href="https://thebigdata.space/" _target="_blank">The Big Data Space</a></div> | ||
</footer> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
<!DOCTYPE html> | ||
<html><head> | ||
<meta name="generator" content="Hugo 0.120.4"> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
|
||
<title>Kafka and Spark BDDs</title> | ||
|
||
|
||
|
||
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
|
||
|
||
<link href="https://unpkg.com/@master/normal.css" rel="stylesheet"> | ||
<script src="https://unpkg.com/@master/style@1.5.0"></script> | ||
<script src="https://unpkg.com/@master/styles@1.13.0"></script> | ||
<script src="https://unpkg.com/master-styles-group"></script> | ||
<script src="https://unpkg.com/themes.js"></script> | ||
<script>window.themes = window.themes || new window.Themes()</script> | ||
|
||
<style> | ||
:root { | ||
--font-sans: "Inter var", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; | ||
} | ||
</style></head> | ||
<body class="bg:fade-84@dark font:fade-16@dark font:sans"> | ||
<nav class="w:full h:90 fixed bg:fade-84/.95@dark bg:white z:1000"> | ||
<div class=" | ||
h:full | ||
w:full | ||
max-w:1200 | ||
mx:auto | ||
px:32 | ||
d:flex | ||
align-items:center | ||
"> | ||
<div> | ||
<a href="/" class="mr-3 font:extralight"> | ||
|
||
Kafka and Spark BDDs | ||
|
||
</a> | ||
</div> | ||
|
||
<div class="ml:auto"> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
</nav> | ||
<div class="d:flex flex:column@<=sm pt:90 px:24 jc:center gap:44 word-break:break-word"> | ||
<div class="max-w:700 w:full box:content-box"> | ||
<div class="d:flex flex:col"><div class=" | ||
_:where(a):hover{text-decoration-color:fade} | ||
_:where(a){text-decoration:2;underline;fade-10;_text-decoration-color:fade-70@dark} | ||
_:where(blockquote){bl:5;solid;fade-76/.1;_bl:5;solid;fade-34/.1@dark} | ||
_:where(code){font:90%;_v:middle} | ||
_:where(code:not(.highlight_*,pre_*)){p:2;6;_r:4} | ||
_:where(del){text-decoration:1;line-through;fade-68;_text-decoration-color:red-64@dark} | ||
_:where(figcaption){text:14;_p:10;20;0;_width:fit;_mx:auto;_font:fade-56;_font:fade-57@dark} | ||
_:where(h1){font:40;_font:extrabold} | ||
_:where(h1,h2,h3)+:where(h1,h2,h3){mt:.5em} | ||
_:where(h1,h2,h3,h4,h5,h6){mt:2em} | ||
_:where(h2){mb:1em;_font:32} | ||
_:where(h3){font:24} | ||
_:where(h4){font:20} | ||
_:where(h5){font:16} | ||
_:where(h6){font:14} | ||
_:where(li)::marker{font:fade-44;_font:fade-68@dark} | ||
_:where(li){pl:.375em} | ||
_:where(mark){text-decoration:1;underline;#fce016;_bg:transparent;_text-decoration-color:rgb(252;224;22/.5)@dark} | ||
_:where(p,li){font:fade-76;_font:16;_line-height:1.65;_font:fade-34@dark} | ||
_:where(p,pre,blockquote,figure,ul,ol,table){my:1.125em} | ||
>:first-child{mt:0!} | ||
_:where(pre){p:20;_r:8;_overflow:auto} | ||
_:where(pre,code:not(.highlight_*)){bg:fade-2;_bg:fade-92!@dark} | ||
_:where(strong,b,a,code:not(.highlight_*),mark,del){font:fade-92;_font:fade-12@dark} | ||
_:where(table){width:full;_border-spacing:0} | ||
_:where(td){v:baseline} | ||
_:where(td,th):first-child{pl:0} | ||
_:where(td,th):last-child{pr:0} | ||
_:where(td,th){bb:1;solid;fade-92/.06;_p:6;_b:fade-4/.04@dark} | ||
_:where(th){font:fade-78;_font:14;_text:left;_font:fade-12@dark} | ||
_:where(th,p_code,li_code,a,mark){font:semibold;_font:medium@dark} | ||
_:where(ul){list-style-type:disc} | ||
_:where(ul,ol,blockquote){pl:1.5em} | ||
_:where(video,img){max-width:full} | ||
_:where(a,mark){text-underline-offset:3} | ||
_:where(hr){h:2;_bg:fade-10;_bg:fade-70@dark;_my:3em} | ||
"></div><h2 class="my:1em">Posts</h2></div> | ||
<footer class="py:24"> | ||
<div class="f:fade-30 f:14 mb:8"></div> | ||
<div class="f:fade-60 f:12"><a class="f:bold" href="https://thebigdata.space/" _target="_blank">The Big Data Space</a></div> | ||
</footer> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
<!DOCTYPE html> | ||
<html><head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
|
||
<title>Tags - Kafka and Spark BDDs</title> | ||
|
||
|
||
|
||
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
|
||
|
||
<link href="https://unpkg.com/@master/normal.css" rel="stylesheet"> | ||
<script src="https://unpkg.com/@master/style@1.5.0"></script> | ||
<script src="https://unpkg.com/@master/styles@1.13.0"></script> | ||
<script src="https://unpkg.com/master-styles-group"></script> | ||
<script src="https://unpkg.com/themes.js"></script> | ||
<script>window.themes = window.themes || new window.Themes()</script> | ||
|
||
<style> | ||
:root { | ||
--font-sans: "Inter var", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; | ||
} | ||
</style></head> | ||
<body class="bg:fade-84@dark font:fade-16@dark font:sans"> | ||
<nav class="w:full h:90 fixed bg:fade-84/.95@dark bg:white z:1000"> | ||
<div class=" | ||
h:full | ||
w:full | ||
max-w:1200 | ||
mx:auto | ||
px:32 | ||
d:flex | ||
align-items:center | ||
"> | ||
<div> | ||
<a href="/" class="mr-3 font:extralight"> | ||
|
||
Kafka and Spark BDDs | ||
|
||
</a> | ||
</div> | ||
|
||
<div class="ml:auto"> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
</nav> | ||
<div class="d:flex flex:column@<=sm pt:90 px:24 jc:center gap:44 word-break:break-word"> | ||
<div class="max-w:700 w:full box:content-box"> | ||
<div> | ||
<article class="box:border-box pt:32 w:full"> | ||
<header class="mb:32"> | ||
<div class="font:40 font:extrabold">Tags</div> | ||
</header><div class=" | ||
_:where(a):hover{text-decoration-color:fade} | ||
_:where(a){text-decoration:2;underline;fade-10;_text-decoration-color:fade-70@dark} | ||
_:where(blockquote){bl:5;solid;fade-76/.1;_bl:5;solid;fade-34/.1@dark} | ||
_:where(code){font:90%;_v:middle} | ||
_:where(code:not(.highlight_*,pre_*)){p:2;6;_r:4} | ||
_:where(del){text-decoration:1;line-through;fade-68;_text-decoration-color:red-64@dark} | ||
_:where(figcaption){text:14;_p:10;20;0;_width:fit;_mx:auto;_font:fade-56;_font:fade-57@dark} | ||
_:where(h1){font:40;_font:extrabold} | ||
_:where(h1,h2,h3)+:where(h1,h2,h3){mt:.5em} | ||
_:where(h1,h2,h3,h4,h5,h6){mt:2em} | ||
_:where(h2){mb:1em;_font:32} | ||
_:where(h3){font:24} | ||
_:where(h4){font:20} | ||
_:where(h5){font:16} | ||
_:where(h6){font:14} | ||
_:where(li)::marker{font:fade-44;_font:fade-68@dark} | ||
_:where(li){pl:.375em} | ||
_:where(mark){text-decoration:1;underline;#fce016;_bg:transparent;_text-decoration-color:rgb(252;224;22/.5)@dark} | ||
_:where(p,li){font:fade-76;_font:16;_line-height:1.65;_font:fade-34@dark} | ||
_:where(p,pre,blockquote,figure,ul,ol,table){my:1.125em} | ||
>:first-child{mt:0!} | ||
_:where(pre){p:20;_r:8;_overflow:auto} | ||
_:where(pre,code:not(.highlight_*)){bg:fade-2;_bg:fade-92!@dark} | ||
_:where(strong,b,a,code:not(.highlight_*),mark,del){font:fade-92;_font:fade-12@dark} | ||
_:where(table){width:full;_border-spacing:0} | ||
_:where(td){v:baseline} | ||
_:where(td,th):first-child{pl:0} | ||
_:where(td,th):last-child{pr:0} | ||
_:where(td,th){bb:1;solid;fade-92/.06;_p:6;_b:fade-4/.04@dark} | ||
_:where(th){font:fade-78;_font:14;_text:left;_font:fade-12@dark} | ||
_:where(th,p_code,li_code,a,mark){font:semibold;_font:medium@dark} | ||
_:where(ul){list-style-type:disc} | ||
_:where(ul,ol,blockquote){pl:1.5em} | ||
_:where(video,img){max-width:full} | ||
_:where(a,mark){text-underline-offset:3} | ||
_:where(hr){h:2;_bg:fade-10;_bg:fade-70@dark;_my:3em} | ||
"></div></article> | ||
<ul> | ||
</ul> | ||
</div> | ||
<footer class="py:24"> | ||
<div class="f:fade-30 f:14 mb:8"></div> | ||
<div class="f:fade-60 f:12"><a class="f:bold" href="https://thebigdata.space/" _target="_blank">The Big Data Space</a></div> | ||
</footer> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</html> |