(no title)
archiewood | 1 year ago
The ecosystem is very active, and they have recently opened up "community extensions" to bring your own functions, data types and connections. A barrier at the moment is that extensions are written in C++, though this limitation should be removed soon.
I've been building a lot on top of DuckDB, two of the projects I'm working on are linked in the article:
- Evidence (https://evidence.dev): Build data apps with SQL + Markdown
- DuckDB GSheets (https://duckdb-gsheets.com): Read/Write Google Sheets via DuckDB
thehours|1 year ago
spratzt|1 year ago
I can’t think of any of the advent of code questions this year where a database would have been of any use.
Do tell us more.
dilawar|1 year ago
I cloned the CVE repository and ingested it into duckdb without worrying about table structures. Build a fastapi wrapper to query CVEs like SQL. A little bit of caching and it was pretty fast. Was done in a few hours.
Shame that their Rust crate wasn't as performant as the python module.
drewbitt|1 year ago
hipjiveguy|1 year ago
tmpz22|1 year ago
ironchef|1 year ago
Remember all it takes is 1 employee to put that claim up there (although I do like evidence.dev).
Scubabear68|1 year ago
tlavoie|1 year ago
LeftHandPath|1 year ago