Skip to content

Commit fcf2a0a

Browse files
committed
feat: add examples section
1 parent 54663e1 commit fcf2a0a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ A curated list of awesome [ADBC](https://arrow.apache.org/adbc/current/index.htm
1111
- [Tools](#tools)
1212
- [Resources](#resources)
1313
- [Articles](#articles)
14+
- [Examples](#examples)
1415
- [Videos](#videos)
1516

1617
## Official
@@ -56,6 +57,11 @@ A curated list of awesome [ADBC](https://arrow.apache.org/adbc/current/index.htm
5657
- [Fast Streaming Inserts in DuckDB with ADBC](https://arrow.apache.org/blog/2025/03/10/fast-streaming-inserts-in-duckdb-with-adbc/) - Apache Arrow Blog post by Loïc Alleyne.
5758
- [DuckDB ADBC – Zero-Copy Data Transfer via Arrow Database Connectivity](https://duckdb.org/2023/08/04/adbc) - DuckDB Engineering Blog post by Pedro Holanda.
5859

60+
### Examples
61+
62+
- [ADBC Quickstarts](https://github.com/columnar-tech/adbc-quickstarts) - Simple examples showing how to use ADBC with various databases and query engines.
63+
- [Columnar Cookbook](https://cookbook.columnar.tech/) - Recipes for database connectivity and data interchange with Arrow and ADBC.
64+
5965
### Videos
6066

6167
- [Making Moves with Arrow Data: Introducing Arrow Database Connectivity (ADBC)](https://www.youtube.com/watch?v=ot_lOcBCaH4) - Data Council talk by Matt Topol.

0 commit comments

Comments
 (0)