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

2024 10 24 dump #151

Merged
merged 5 commits into from
Oct 24, 2024
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
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ You can chat with this page's content on [HuggingChat](https://hf.co/chat/assist
- [.NET](https://github.com/Giorgi/DuckDB.NET/)
- [Common Lisp](https://github.com/ak-coram/cl-duckdb)
- [PowerShell](https://github.com/dfinke/PSDuckDB)
- [Dart](https://github.com/TigerEyeLabs/duckdb-dart)

## Tools Powered by DuckDB

Expand Down Expand Up @@ -105,6 +106,7 @@ You can chat with this page's content on [HuggingChat](https://hf.co/chat/assist
- [Whereabouts](https://github.com/ajl2718/whereabouts) - Fast, accurate, open-source geocoding in Python, using DuckDB.
- [Phoenix Analytics](https://github.com/lalabuy948/PhoenixAnalytics) - Plug and play analytics for Phoenix applications, powered by DuckDB.
- [sqlglot](https://github.com/tobymao/sqlglot) - Python transpiler that translates between 23 different SQL dialects including DuckDB.
- [yato](https://github.com/Bl3f/yato) - The smallest DuckDB SQL orchestrator on Earth.

### Web Clients

Expand Down Expand Up @@ -193,7 +195,7 @@ Official DuckDB extensions, which can installed via `INSTALL ⟨extension_name
- [`sqlite`](https://duckdb.org/docs/extensions/sqlite) - To read from and write to SQLite databases.
- [`vss`](https://duckdb.org/docs/extensions/vss) - Add support for vector similarity search.

### [Community Extensions](https://community-extensions.duckdb.org)
### [Community Extensions](https://duckdb.org/community_extensions/)

Community-contributed DuckDB extensions, which can be installed via `INSTALL ⟨extension_name⟩ FROM community`.

Expand Down Expand Up @@ -229,7 +231,8 @@ Community-contributed DuckDB extensions, which can be installed via `INSTALL ⟨

### Talks

- [DuckDB – Overview and latest developments (DuckCon #5)](https://www.youtube.com/watch?v=xX6qnP2H5wk) - Hannes Mühleisen and Mark Raasveldt.
- [DuckDB: Crunching data anywhere from laptops to servers @ GOTO Amsterdam 2024](https://www.youtube.com/watch?v=9Rdwh0rNaf0) - Gábor Szárnyas.
- [DuckDB – Overview and latest developments @ DuckCon #5](https://www.youtube.com/watch?v=xX6qnP2H5wk) - Hannes Mühleisen and Mark Raasveldt.
- [DuckCon #5 playlist](https://www.youtube.com/playlist?list=PLzIMXBizEZjhbacz4PWGuCUSxizmLei8Y)
- [DuckCon #4 playlist](https://www.youtube.com/playlist?list=PLzIMXBizEZjhZcTiEFZIAxPpB6RE9TmgC)
- [DuckCon #3 playlist](https://www.youtube.com/playlist?list=PLzIMXBizEZjhy6QG4Eqoe9k9NgBa-w67Y)
Expand Down
Loading