|
1 | | -# duckdb-behavioral |
| 1 | +<p align="center"> |
| 2 | + <img src="assets/banner.svg" alt="duckdb-behavioral" width="600"> |
| 3 | +</p> |
2 | 4 |
|
3 | | -Behavioral analytics functions for [DuckDB](https://duckdb.org/), inspired by |
4 | | -[ClickHouse](https://clickhouse.com/docs/en/sql-reference/aggregate-functions/parametric-functions). |
| 5 | +<p align="center"> |
| 6 | + <strong>Behavioral analytics functions for DuckDB, inspired by ClickHouse.</strong> |
| 7 | +</p> |
| 8 | + |
| 9 | +<p align="center"> |
| 10 | + <a href="https://github.com/tomtom215/duckdb-behavioral/actions/workflows/ci.yml"><img src="https://github.com/tomtom215/duckdb-behavioral/actions/workflows/ci.yml/badge.svg" alt="CI"></a> |
| 11 | + <a href="https://github.com/tomtom215/duckdb-behavioral/actions/workflows/e2e.yml"><img src="https://github.com/tomtom215/duckdb-behavioral/actions/workflows/e2e.yml/badge.svg" alt="E2E Tests"></a> |
| 12 | + <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a> |
| 13 | + <a href="https://www.rust-lang.org"><img src="https://img.shields.io/badge/MSRV-1.80-blue.svg" alt="MSRV: 1.80"></a> |
| 14 | +</p> |
5 | 15 |
|
6 | 16 | Provides `sessionize`, `retention`, `window_funnel`, `sequence_match`, |
7 | 17 | `sequence_count`, `sequence_match_events`, and `sequence_next_node` as a loadable |
8 | | -DuckDB extension written in Rust. **Complete ClickHouse behavioral analytics parity.** |
9 | | - |
10 | | -[](https://github.com/tomtom215/duckdb-behavioral/actions/workflows/ci.yml) |
11 | | -[](https://github.com/tomtom215/duckdb-behavioral/actions/workflows/e2e.yml) |
12 | | -[](LICENSE) |
13 | | -[](https://www.rust-lang.org) |
| 18 | +[DuckDB](https://duckdb.org/) extension written in Rust. **Complete |
| 19 | +[ClickHouse](https://clickhouse.com/docs/en/sql-reference/aggregate-functions/parametric-functions) |
| 20 | +behavioral analytics parity.** |
14 | 21 |
|
15 | 22 | > **Personal Project Disclaimer**: This is a personal project developed on my own |
16 | 23 | > time. It is not affiliated with, endorsed by, or related to my employer or |
|
0 commit comments