Skip to content

[chore] DuckDB demo app - #2942

Open
igorDykhta wants to merge 25 commits into
masterfrom
igr/duckdb-demo-branch
Open

[chore] DuckDB demo app#2942
igorDykhta wants to merge 25 commits into
masterfrom
igr/duckdb-demo-branch

Conversation

@igorDykhta

@igorDykhta igorDykhta commented Jan 27, 2025

Copy link
Copy Markdown
Collaborator
  • NOT FOR MASTER BRANCH !!! DON'T MERGE. THIS BRANCH IS USED FOR kepler-preview.foursquare.com

  • inject DuckDb plugin and DuckDb table

  • disable not configured cloud storage providers - Dropbox, Carto

  • disable release banner

  • disable progressive arrow data loading which doesn't work with DuckDB

  • show Example data panel by default

  • move tileset examples to the top, remove trips example

  • fix for custom domains under SPA page / netlify

@igorDykhta
igorDykhta requested a review from ilyabo January 27, 2025 16:05
@netlify

netlify Bot commented Jan 27, 2025

Copy link
Copy Markdown

Deploy Preview for kepler-duckdb ready!

Name Link
🔨 Latest commit 28b424d
🔍 Latest deploy log https://app.netlify.com/projects/kepler-duckdb/deploys/689d0e002345ac000875bdd6
😎 Deploy Preview https://deploy-preview-2942--kepler-duckdb.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@igorDykhta
igorDykhta force-pushed the igr/duckdb-demo-branch branch from 5ea5b9e to 338395f Compare January 28, 2025 18:47
@igorDykhta igorDykhta self-assigned this Feb 6, 2025
@igorDykhta igorDykhta changed the title [chore] work on duckdb demo app [chore] DuckDB demo app Feb 8, 2025
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
@igorDykhta
igorDykhta force-pushed the igr/duckdb-demo-branch branch from b6ef1c7 to bcb169d Compare February 18, 2025 16:55
… top; filter out trips example

Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Copilot AI review requested due to automatic review settings August 13, 2025 22:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR configures a DuckDB demo application by enabling DuckDB integration, disabling incompatible features, and customizing the UI for a preview deployment. The changes focus on making the demo app work specifically with DuckDB while maintaining core functionality.

Key changes:

  • Enables DuckDB plugin integration and disables progressive arrow loading
  • Removes cloud storage providers (Dropbox, Carto) that aren't configured for the preview domain
  • Customizes sample data presentation by prioritizing tileset examples and removing incompatible datasets

Reviewed Changes

Copilot reviewed 11 out of 13 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
src/components/src/modals/modal-tabs.tsx Adds className prop support for custom tab styling
src/components/src/modals/load-data-modal.tsx Updates default method selection and adds callback for data loading
package.json Adds esbuild-plugin-copy dependency
examples/demo-app/src/static/_redirects Adds Netlify SPA redirect configuration
examples/demo-app/src/reducers/index.js Enables DuckDB plugin and disables progressive loading/release banner
examples/demo-app/src/components/load-data-modal/sample-maps-tab.js Updates styling for active tab states
examples/demo-app/src/components/load-data-modal/sample-data-viewer.js Adds "Add data" helper button
examples/demo-app/src/cloud-providers/index.js Disables Dropbox and Carto cloud providers
examples/demo-app/src/actions.js Reorders sample data and filters out incompatible examples
examples/demo-app/package.json Adds esbuild-plugin-copy dependency
examples/demo-app/esbuild.config.mjs Configures file copying for build process

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread src/components/src/modals/load-data-modal.tsx
Comment thread examples/demo-app/src/actions.js
Comment thread examples/demo-app/src/actions.js
Comment thread examples/demo-app/src/actions.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants