An open API service indexing awesome lists of open source software.

https://github.com/esadek/duckdb-by-example

Learn DuckDB with examples
https://github.com/esadek/duckdb-by-example

duckdb examples

Last synced: 10 months ago
JSON representation

Learn DuckDB with examples

Awesome Lists containing this project

README

          

# DuckDB by Example

[![Build Status](https://img.shields.io/github/actions/workflow/status/esadek/duckdb-by-example/mdbook.yml)](https://github.com/esadek/duckdb-by-example/actions/workflows/mdbook.yml)
[![License](https://img.shields.io/badge/license-CC_BY_4.0-blue)](LICENSE)

Learn DuckDB with examples.

## Building

Install [mdBook](https://rust-lang.github.io/mdBook/):

```bash
cargo install mdbook
```

Build the book:

```bash
mdbook build
```

## License

DuckDB by Example © 2025 by Emil Sadek is licensed under [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/).