posit-dev/py-shiny

Duck db demo application

Open

#514 建立於 2023年5月24日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (126 fork)github user discovery
good first issueneeds response

倉庫指標

Star
 (1,723 star)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南