Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add presentation video #14

Merged
merged 1 commit into from
Feb 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[Mojo](https://www.modular.com/mojo) bindings for [DuckDB](https://duckdb.org/).

## 10 minute presentation at the MAX & Mojo community meeting

<div align="center">
<a href="https://www.youtube.com/watch?v=6huytcgQgk8&t=788"><img src="https://img.youtube.com/vi/6huytcgQgk8/0.jpg" alt="10 minute DuckDB.mojo presentation at the MAX & Mojo community meeting"></a>
</div>

Status:
- Work in progress, many parts of the API are still missing (PRs welcome).

Expand Down Expand Up @@ -57,4 +63,4 @@ Currently, you'll need to checkout the source. We'll publish a Conda package soo

```shell
magic run test
```
```
Loading