SaaSHub helps you find the best software and product alternatives Learn more →
DuckDB Alternatives
Similar projects and alternatives to DuckDB
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
TimescaleDB
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
-
-
react-admin
A frontend Framework for single-page applications on top of REST/GraphQL APIs, using TypeScript, React and Material Design
-
-
-
-
-
octosql
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
-
hydra
Hydra: Column-oriented Postgres. Add scalable analytics to your project in minutes. (by hydradatabase)
-
tidy-viewer
📺(tv) Tidy Viewer is a cross-platform CLI csv pretty printer that uses column styling to maximize viewer enjoyment.
-
-
-
-
DuckDB discussion
DuckDB reviews and mentions
-
DuckDB 1.1.0 Released
The last I read, the Spark API was to become the focus point.
https://duckdb.org/docs/api/python/spark_api
Not sure what the current status is.
ref: <https://github.com/duckdb/duckdb/issues/2000#issuecomment-18...>
- One Minute: DuckDB
-
🦆 💏 🐘 Let PostgreSQL & duckdb "sql" together
# (Quick and dirty) duckdb install wget https://github.com/duckdb/duckdb/releases/download/v1.0.0/duckdb_cli-linux-amd64.zip unzip duckdb_cli-linux-amd64.zip cp duckdb /usr/bin/ rm duckdb duckdb_cli-linux-amd64.zip
-
Major updates from the open source community: Release Radar · June 2024
What do ducks and databases have in common? They are both fast, reliable, and portable. Okay, maybe ducks aren't like that, but DuckDB is 🦆. This database provides a rich SQL dialect, with support for arbitrary and nested correlated subqueries, window functions, collations, complex types—such as arrays, structs, and maps—and several extensions. This first major release is called "Nivis", after the sadly non-existent Snow Duck, that is apparently known for its stability. Congrats to the team on shipping your very first version 🥳.
-
Analyzing Svenskalag Data using DBT and DuckDB
As a frequent Snowflake user, I appreciate the simplicity when it comes to handling unstructured data. Turns out DuckDB can do it just as well. I used UNNEST to pick a part the JSON payload, which was almost hassle free (learnt about 1-based indexing). A positive surprise was the inclusion of QUALIFY into DuckDB.
- Pg_lakehouse: A DuckDB Alternative in Postgres
-
DuckDB Isn't Just Fast
Thanks for repeating yourself; this comment potentially influences my decision-making about DuckDB. Good to know about the negatives too.
At what data volumes does it start erroring out? Are these volumes larger than RAM? Is there a minimal example to reproduce it? Is this ticket related to your issue? https://github.com/duckdb/duckdb/issues/12480
- 🪄 DuckDB sql hack : get things SORTED w/ constraint CHECK
- DuckDB: Move to push-based execution model (2021)
-
DuckDB performance improvements with the latest release
I'm not sure if the fix is reassuring or not: https://github.com/duckdb/duckdb/pull/9411/files
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Oct 2024
Stats
duckdb/duckdb is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of DuckDB is C++.