Best of DuckDBJune 2024

  1. 1
    Article
    Avatar of motherduckMotherDuck·2y

    What Happens When You Put a Database in Your Browser?

    WebAssembly has revolutionized browser capabilities, enabling high-performance applications like DuckDB directly in the browser. DuckDB Wasm is particularly useful for in-browser analytics, ad-hoc queries, and educational tools. A practical example includes a Firefox extension for displaying Parquet file schemas in GCP Cloud Storage. MotherDuck leverages DuckDB Wasm for responsive querying and offers an SDK for developers to create data-driven applications.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    How to directly access 150k+ Hugging Face Datasets with DuckDB and query using GPT-4o

    Learn how to access 150k+ Hugging Face Datasets with DuckDB and query them using GPT-4o. DuckDB is a fast analytical database that allows easy access to remote data sources. Hugging Face Datasets provide curated and standardized datasets for AI. WrenAI integrates with GPT-4o to allow users to query the datasets and get answers to business questions.