Skip to content

Commit

Permalink
deploy: f8e5e3d
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount committed Sep 8, 2024
1 parent 08cac50 commit 6b84078
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
<nav id="TOC" role="doc-toc" class="toc-active">
<h2 id="toc-title">On this page</h2>
<ul>
<li><a href="#setup" id="toc-setup" class="nav-link active" data-scroll-target="#setup">Setup</a></li>
<li><a href="#overview" id="toc-overview" class="nav-link active" data-scroll-target="#overview">Overview</a></li>
<li><a href="#setup" id="toc-setup" class="nav-link" data-scroll-target="#setup">Setup</a></li>
<li><a href="#usage" id="toc-usage" class="nav-link" data-scroll-target="#usage">Usage</a></li>
<li><a href="#development-1" id="toc-development-1" class="nav-link" data-scroll-target="#development-1">Development</a></li>
</ul>
Expand Down Expand Up @@ -129,6 +130,9 @@ <h1 class="title">Ibis analytics</h1>
<div class="about-contents"><main class="content" id="quarto-document-content">

<p><strong><em>Ibis analytics with Ibis.</em></strong></p>
<section id="overview" class="level2">
<h2 data-anchor-id="overview">Overview</h2>
<p>We use Ibis for analytics about Ibis.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="img/layers.png" class="img-fluid figure-img"></p>
Expand All @@ -139,9 +143,10 @@ <h1 class="title">Ibis analytics</h1>
<ol type="1">
<li><strong>User interface</strong>: <a href="https://github.com/ibis-project/ibis">Ibis</a> (Python dataframe code and/or SQL)</li>
<li><strong>Execution engine</strong>: <a href="https://github.com/duckdb/duckdb">DuckDB</a> (local) and <a href="https://github.com/clickhouse/clickhouse">ClickHouse</a> (remote)</li>
<li><strong>Data storage</strong>: <a href="https://github.com/delta-io/delta">Delta Lake</a> tables (local and/or cloud object storage)</li>
<li><strong>Data storage</strong>: <a href="https://github.com/delta-io/delta">Delta Lake</a> tables (local and/or cloud object storage) and ClickHouse tables (remote)</li>
</ol>
<p>You can mix and match execution engines and data storage via Ibis.</p>
</section>
<section id="setup" class="level2">
<h2 data-anchor-id="setup">Setup</h2>
<div class="tabset-margin-container"></div><div class="panel-tabset">
Expand Down
9 changes: 8 additions & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
"href": "index.html",
"title": "Ibis analytics",
"section": "",
"text": "Ibis analytics with Ibis.\nThis project uses:\nYou can mix and match execution engines and data storage via Ibis."
"text": "Ibis analytics with Ibis."
},
{
"objectID": "index.html#overview",
"href": "index.html#overview",
"title": "Ibis analytics",
"section": "Overview",
"text": "Overview\nWe use Ibis for analytics about Ibis.\n\n\n\nSource: Voltron Data Composable Codex\n\n\nThis project uses:\n\nUser interface: Ibis (Python dataframe code and/or SQL)\nExecution engine: DuckDB (local) and ClickHouse (remote)\nData storage: Delta Lake tables (local and/or cloud object storage) and ClickHouse tables (remote)\n\nYou can mix and match execution engines and data storage via Ibis."
},
{
"objectID": "index.html#setup",
Expand Down

0 comments on commit 6b84078

Please sign in to comment.