Ibis analytics with Ibis.
Overview
We use Ibis for analytics about Ibis.
This project uses:
- 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) and ClickHouse tables (remote)
You can mix and match execution engines and data storage via Ibis.
Setup
Usage
Use the CLI:
ia
Open the dashboard:
ia dash
Development
Format your code:
just fmt