Mosaic + MotherDuck Demo

A quick demo application without any additional frameworks of how Mosaic can work with MotherDuck (specifically, the WebAssembly client library). I built this in an evening which shows how easy it is. It's not super polished but that hopefully makes it easier to understand.

To run the example, install the dependencies with npm i. You will need to create a token.js file that exports your MotherDuck API token as token.

export const token = "..."

Then run the server with npm run dev.