Skip to content

Commit

Permalink
qs
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount committed Aug 24, 2024
1 parent d5eb62a commit 195a3b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ This project uses:

1. **User interface**: [Ibis](https://github.com/ibis-project/ibis) (Python dataframe code and/or SQL)
2. **Execution engine**: [DuckDB](https://github.com/duckdb/duckdb) (local) and [ClickHouse](https://github.com/clickhouse/clickhouse) (remote)
3. **Data storage**: [Delta Lake](https://github.com/delta-io/delta) tables (local or cloud object storage)
3. **Data storage**: [Delta Lake](https://github.com/delta-io/delta) tables (local and/orcloud object storage)

You can mix and match these components as needed.

## Setup

Install [`gh`](https://github.com/cli/cli) and [`just`](https://github.com/casey/just), then:
Install [`gh`](https://github.com/cli/cli) and [`just`](https://github.com/casey/just) and [`uv`](https://github.com/astral-sh/uv), then:

```bash
gh repo clone ibis-project/ibis-analytics
Expand Down

0 comments on commit 195a3b1

Please sign in to comment.