posit-dev/py-shiny

Duck db demo application

Open

#514 geöffnet am 24. Mai 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (126 Forks)github user discovery
good first issueneeds response

Repository-Metriken

Stars
 (1.723 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I've had great success using duckdb to speed up R shiny applications, and it would be great to have an example which showed off that integration on the Python side. Some ideas might be:

  • An ETL job which sends data to an on-disk duckdb instance which is colocated with the Shiny app
  • A Shiny app which uses duckdb to explore a large set of parquet files hosted on S3
  • An app which makes blends SQLite and duckdb to make use of multiple writes and columnar reads

Contributor Guide