Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] [feat] DuckDb plugin: drag and drop file directly as table #2952

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

igorDykhta
Copy link
Collaborator

@igorDykhta igorDykhta commented Jan 28, 2025

  • can drag & drop a file into sql schema window
  • a file bypasses regular Kepler.gl processing and is ingested into DuckDb with registerFileHandle
  • create a table from registered file (csv, json, geojson, parquet)
  • create a table from registered arrow file
  • manage types to match what kepler.gl gets from standard standard pipeline
  • some indication that it's a drop zone
  • the new table can be queried and used to send data to kepler.gl
Screenshot 2025-01-29 at 1 31 53 AM

@igorDykhta igorDykhta requested a review from ilyabo January 28, 2025 23:36
Copy link
Collaborator

@ilyabo ilyabo left a comment

Choose a reason for hiding this comment

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

nice! 👍
we should add some indication that it's a drop zone, e.g. like in GIP lite:
image

@igorDykhta
Copy link
Collaborator Author

nice! 👍 we should add some indication that it's a drop zone, e.g. like in GIP lite

Yes, this is still far from any readiness.

@igorDykhta igorDykhta self-assigned this Feb 6, 2025
Signed-off-by: Ihor Dykhta <[email protected]>
Signed-off-by: Ihor Dykhta <[email protected]>
Signed-off-by: Ihor Dykhta <[email protected]>
Signed-off-by: Ihor Dykhta <[email protected]>
Signed-off-by: Ihor Dykhta <[email protected]>
Signed-off-by: Ihor Dykhta <[email protected]>
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.

2 participants