From 16906829270c6cad6f1b826978b5200720dcea08 Mon Sep 17 00:00:00 2001 From: Cody Date: Sun, 25 Aug 2024 12:25:48 -0400 Subject: [PATCH] website cleanup --- website/_quarto.yml | 9 --------- website/index.qmd | 15 ++++++++------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/website/_quarto.yml b/website/_quarto.yml index 7a0638d..9b67075 100644 --- a/website/_quarto.yml +++ b/website/_quarto.yml @@ -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 diff --git a/website/index.qmd b/website/index.qmd index c47bd21..37ad48b 100644 --- a/website/index.qmd +++ b/website/index.qmd @@ -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 @@ -47,7 +48,7 @@ just setup Run: ```bash -pip install --upgrade ibis-bench +pip install ibis-bench ``` :::