Skip to content

Commit f680421

Browse files
authored
Merge pull request #31 from tomtom215/claude/design-duckdb-logo-m0Oic
Add logo design options for Behavioral project
2 parents 74f400c + 410cf10 commit f680421

16 files changed

Lines changed: 875 additions & 11 deletions

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1-
# duckdb-behavioral
1+
<p align="center">
2+
<img src="assets/banner.svg" alt="duckdb-behavioral" width="600">
3+
</p>
24

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>
515

616
Provides `sessionize`, `retention`, `window_funnel`, `sequence_match`,
717
`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-
[![CI](https://github.com/tomtom215/duckdb-behavioral/actions/workflows/ci.yml/badge.svg)](https://github.com/tomtom215/duckdb-behavioral/actions/workflows/ci.yml)
11-
[![E2E Tests](https://github.com/tomtom215/duckdb-behavioral/actions/workflows/e2e.yml/badge.svg)](https://github.com/tomtom215/duckdb-behavioral/actions/workflows/e2e.yml)
12-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
13-
[![MSRV: 1.80](https://img.shields.io/badge/MSRV-1.80-blue.svg)](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.**
1421

1522
> **Personal Project Disclaimer**: This is a personal project developed on my own
1623
> time. It is not affiliated with, endorsed by, or related to my employer or

assets/banner-wide.svg

Lines changed: 75 additions & 0 deletions
Loading

assets/banner.svg

Lines changed: 75 additions & 0 deletions
Loading

assets/favicon.svg

Lines changed: 13 additions & 0 deletions
Loading

assets/logo-128.svg

Lines changed: 59 additions & 0 deletions
Loading

assets/logo-64.svg

Lines changed: 59 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)