Skip to content

Latest commit

 

History

History

README.md

Try live | GitHub repo | Open in StackBlitz

Netlify Status

SQLRooms Mosaic example Vite app

An example demonstrating integration with Mosaic, a powerful interactive visualization framework utilizing DuckDB and high-performance cross-filtering.

Features include:

  • Complete project setup using Vite and TypeScript
  • Comprehensive data source management and configuration
  • Seamless integration with Mosaic for interactive visualizations
  • Real-time cross-filtering capabilities across multiple views
  • Example dashboards with common visualization types

To create a new project from the mosaic example run this:

npx giget gh:sqlrooms/examples/mosaic my-new-app/

Running locally

npm install
npm dev