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
- Host: GitHub
- URL: https://github.com/esadek/duckdb-by-example
- Owner: esadek
- License: cc-by-4.0
- Created: 2025-09-24T06:59:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-02T04:02:27.000Z (10 months ago)
- Last Synced: 2025-10-02T05:36:31.934Z (10 months ago)
- Topics: duckdb, examples
- Homepage: https://duckdbbyexample.com
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DuckDB by Example
[](https://github.com/esadek/duckdb-by-example/actions/workflows/mdbook.yml)
[](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/).