9 Building and deploying data apps
This chapter covers
- Building an interactive web application with Streamlit
- Deploying Streamlit applications with Streamlit Community Cloud
- Rendering interactive charts with Plot.ly
- Creating a dashboard for business intelligence with Apache Superset
- Creating charts from a custom SQL query with Apache Superset
In section 8.4, we learned how to build a pipeline that ingested data into a local DuckDB database and into one running on MotherDuck. While many data analysts will be happy to interact with the data in DuckDB with SQL queries, other users will prefer to have an interface that doesn’t require them to write code. To provide value for those users, we want to create applications that retrieve the information ...
Get DuckDB in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.