An open API service indexing awesome lists of open source software.

https://github.com/motherduckdb/wasm-client

Examples for the MotherDuck WASM Client library, enabling MotherDuck integration for WebAssembly-powered DuckDB
https://github.com/motherduckdb/wasm-client

duckdb mosaic motherduck wasm

Last synced: 8 months ago
JSON representation

Examples for the MotherDuck WASM Client library, enabling MotherDuck integration for WebAssembly-powered DuckDB

Awesome Lists containing this project

README

          

# MotherDuck WASM Client: Examples

This repository contains example projects using the [MotherDuck WASM Client library](https://www.npmjs.com/package/@motherduck/wasm-client).

## Mosaic Integration

An [example](./examples/mosaic-integration/) integrating the [MotherDuck WASM Client library](https://www.npmjs.com/package/@motherduck/wasm-client) with [Mosaic](https://uwdata.github.io/mosaic/) to produce interactive visualizations.

[Screenshot of Mosaic Flights 10M example](https://motherduckdb.github.io/wasm-client/mosaic-integration/)

[Code](./examples/mosaic-integration/) | [Demo](https://motherduckdb.github.io/wasm-client/mosaic-integration/)

## NYPD Complaints

An [example](./examples/nypd-complaints/) of using the [MotherDuck WASM Client library](https://www.npmjs.com/package/@motherduck/wasm-client) to implement a simple dashboard showing the different types of complaints received by the New York City Police Department from 2010 through 2022. (Data sourced from [here](https://data.cityofnewyork.us/Social-Services/311-Service-Requests-from-2010-to-Present/erm2-nwe9).)

[Screenshot of NYPD Complaints example](https://motherduckdb.github.io/wasm-client/nypd-complaints/)

[Code](./examples/nypd-complaints/) | [Demo](https://motherduckdb.github.io/wasm-client/nypd-complaints/)

## Data App Generator

An [AI assistant](./data-app-generator) to generate data apps based on the [MotherDuck WASM Client library](https://www.npmjs.com/package/@motherduck/wasm-client).

wasm-app-generator