diff --git a/index.html b/index.html index 3bb2595..d8a0740 100644 --- a/index.html +++ b/index.html @@ -100,7 +100,8 @@ On this page - Setup + Overview + Setup Usage Development @@ -129,6 +130,9 @@ Ibis analytics Ibis analytics with Ibis. + +Overview +We use Ibis for analytics about Ibis. @@ -139,9 +143,10 @@ Ibis analytics User interface: Ibis (Python dataframe code and/or SQL) Execution engine: DuckDB (local) and ClickHouse (remote) -Data storage: Delta Lake tables (local and/or cloud object storage) +Data storage: Delta Lake tables (local and/or cloud object storage) and ClickHouse tables (remote) You can mix and match execution engines and data storage via Ibis. + Setup diff --git a/search.json b/search.json index 863e938..b332e25 100644 --- a/search.json +++ b/search.json @@ -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",
Ibis analytics with Ibis.
We use Ibis for analytics about Ibis.
You can mix and match execution engines and data storage via Ibis.