duckdb-wasm

WebAssembly version of DuckDB (by duckdb)

Duckdb-wasm Alternatives

Similar projects and alternatives to duckdb-wasm

  1. TablaM

    The practical relational programing language for data-oriented applications

  2. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  3. prql

    PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement

  4. manifold

    Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.

  5. DuckDB

    DuckDB is an analytical in-process SQL database management system

  6. onnxruntime

    ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator

  7. perspective

    A data visualization and analytics component, especially well-suited for large and/or streaming datasets.

  8. wasi-libc

    WASI libc implementation for WebAssembly

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. pest

    The Elegant Parser (by pest-parser)

  11. dplyr

    dplyr: A grammar of data manipulation

  12. orbitdb

    35 duckdb-wasm VS orbitdb

    Peer-to-Peer Databases for the Decentralized Web

  13. go-sqlite3

    Go bindings to SQLite using wazero (by ncruces)

  14. pglite

    30 duckdb-wasm VS pglite

    Embeddable Postgres with real-time, reactive bindings.

  15. explorer

    Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir

  16. LO

    5 duckdb-wasm VS LO

    LO - small programming language targeting WASM that aims to be as simple as possible (by glebbash)

  17. wa-sqlite

    11 duckdb-wasm VS wa-sqlite

    WebAssembly SQLite with support for browser storage extensions

  18. chdb

    chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse

  19. ch32fun

    Open source minimal stack for the ch32 line of WCH processors, including the ch32v003, a 10¢ 48 MHz RISC-V Microcontroller - as well as many other chips within the ch32v/x line.

  20. web-llm

    53 duckdb-wasm VS web-llm

    High-performance In-browser LLM Inference Engine

  21. pgress

    3 duckdb-wasm VS pgress

    Native PostgreSQL JavaScript client library for web browsers

  22. mutable

    A Database System for Research and Fast Prototyping (by mutable-org)

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better duckdb-wasm alternative or higher similarity.

duckdb-wasm discussion

Log in or Post with

duckdb-wasm reviews and mentions

Posts with mentions or reviews of duckdb-wasm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-12.
  • The DuckDB Local UI
    19 projects | news.ycombinator.com | 12 Mar 2025
  • How about trailing commas in SQL?
    6 projects | news.ycombinator.com | 11 Feb 2025
    DuckDB has this feature:

    duckdb> select 1,2,;

    returns 1 and 2

    https://shell.duckdb.org

  • Ask HN: How did you scale your analytics workloads (Postgres)?
    1 project | news.ycombinator.com | 1 Dec 2024
    DuckDB should give you everything with regards to DevEx that you seem to be needing.

    You're not specifying what volume we're talking about here, but I'd be surprised if you can't go a long way with DuckDB. Ultimately the bottleneck for latency will be memory?

    You can run it in a browser [0].

    DuckDB's docs and blog are full of great content with regards to optimizing:

    How to tune workloads: https://duckdb.org/docs/guides/performancehow_to_tune_worklo...

    Performance guide: https://duckdb.org/docs/guides/performance/overview.html

    Optimizers in DuckDB: https://duckdb.org/2024/11/14/optimizers.html

    I'm sure there is more.

    If I were in your shoes, even if you don't settle on DuckDB, it would be my go to benchmark due to ease of use and unoptimized speed.

    Anything else out there like chDB (Clickhouse) or Apache Datafusion should be worth the effort.

    For a detailed benchmark of DuckDB vs. Clickhouse for an orientation, see: https://bicortex.com/duckdb-vs-clickhouse-performance-compar...

    0: https://github.com/duckdb/duckdb-wasm

  • Notes on the new Claude analysis JavaScript code execution tool
    2 projects | news.ycombinator.com | 25 Oct 2024
  • Sqlite3 WebAssembly
    20 projects | news.ycombinator.com | 15 Oct 2024
  • What Happens When You Put a Database in the Browser?
    5 projects | news.ycombinator.com | 26 Jun 2024
    I tried https://shell.duckdb.org/, but it was a very rough experience.

    The "delete" button does not work. The "home" button inserts a whitespace. Pasting with "Ctrl+v" also does not work. Every keypress results in blinking, and there is a notable input lag.

    When I tried a query

        duckdb> SELECT * FROM 'https://clickhouse-public-datasets.s3.amazonaws.com/github_events/partitioned_json/*.gz'
  • Big Data Is Dead
    3 projects | news.ycombinator.com | 27 May 2024
    I witness the overengineering regarding "big" data tools and pipelines since many years... For a lot of use cases, data warehouses and data lakes are only in the gigabytes or single-digit terabytes range, thus their architecture could be much more simplified, e.g. running DuckDB on a decent EC2 instance.

    In my experience, doing this will yield the query results faster than some other systems even starting the query execution (yes, I'm looking at you Athena)...

    I even think that a lot of queries can be run from a browser nowadays, that's why I created https://sql-workbench.com/ with the help of DuckDB WASM (https://github.com/duckdb/duckdb-wasm) and perspective.js (https://github.com/finos/perspective).

  • Lo – simple WASM native language
    11 projects | news.ycombinator.com | 26 May 2024
  • Parquet-WASM: Rust-based WebAssembly bindings to read and write Parquet data
    5 projects | news.ycombinator.com | 22 Apr 2024
    i think duckdb-wasm is closer to 6MB over wire, but ~36MB once decompressed. (see net panel when loading https://shell.duckdb.org/)

    the decompressed size should be okay since it's not the same as parsing and JITing 36MB of JS.

  • 42.parquet – A Zip Bomb for the Big Data Age
    1 project | news.ycombinator.com | 26 Mar 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic duckdb-wasm repo stats
19
1,463
9.3
6 days ago

duckdb/duckdb-wasm is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of duckdb-wasm is TypeScript.


Sponsored
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?