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
- Host: GitHub
- URL: https://github.com/motherduckdb/wasm-client
- Owner: motherduckdb
- Created: 2023-10-30T20:10:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T18:04:08.000Z (10 months ago)
- Last Synced: 2024-12-02T19:23:15.793Z (10 months ago)
- Topics: duckdb, mosaic, motherduck, wasm
- Language: JavaScript
- Homepage: https://motherduckdb.github.io/wasm-client/mosaic-integration/
- Size: 5.19 MB
- Stars: 37
- Watchers: 13
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.
[
](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).)
[
](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).
![]()