Skip to content

Commit

Permalink
website cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount committed Aug 25, 2024
1 parent f2726be commit 1690682
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
9 changes: 0 additions & 9 deletions website/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ website:
back-to-top-navigation: true
repo-url: https://github.com/lostmygithubaccount/ibis-bench

# navbar
navbar:
left:
- analysis.qmd
- text: "Querying 1TB on a laptop with Python dataframes"
href: https://ibis-project.org/posts/1tbc
- text: "First Ibis benchmarking report"
href: https://ibis-project.org/posts/ibis-bench

# footer
page-footer:
border: false
Expand Down
15 changes: 8 additions & 7 deletions website/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ about:

***A composable data system benchmark in a Python package.***

Ibis is an **interface**, not an **engine**. There's no such thing as a zero-cost abstraction with no overhead, but Ibis is designed to add as little as possible to your workloads while enabling you to scale with the best engines available. This repository is used to:
## Overview

- benchmark various engines via the same interface
- roughly assess the overhead of using Ibis (by comparing with native queries)

with a focus on the former and, currently, single-node OLAP engines.
Ibis is an **interface**, not an **engine**. Ibis allows you to use the best engine for your workload. The Ibis benchmarking project is used to benchmark various engines with Ibis.

![Source: [Voltron Data Composable Codex](https://voltrondata.com/codex)](img/layers.png)

## Benchmarks

See the navbar.
See the following benchmarks:

- [August 2024 ad hoc analysis](analysis.qmd)
- [Querying 1TB on a laptop with Python dataframes](https://ibis-project.org/posts/1tbc)
- [Introducing Ibis benchmarking](https://ibis-project.org/posts/ibis-bench)

## Getting started

Expand All @@ -47,7 +48,7 @@ just setup
Run:

```bash
pip install --upgrade ibis-bench
pip install ibis-bench
```

:::
Expand Down

0 comments on commit 1690682

Please sign in to comment.