Introduction
Welcome to the Databricks Apps Cookbook!
The Databricks Apps Cookbook contains ready-to-use code snippets for building interactive data and AI applications using Databricks Apps.
These code snippets cover common use cases such as reading and writing to and from tables and volumes, invoking traditional ML models and GenAI, or triggering workflows.
For each snippet, you will find the source code, required permissions, list of dependencies, and any other information needed to implement it.
Currently, we offer snippets for Streamlit and Dash and they can be easily adapted to other Python frameworks.
Interactive samples
You can find interactive sample implementations for each snippet in the databricks-apps-cookbook GitHub repository. Take a look at the deployment instructions to run them locally or deploy to your Databricks workspace.
Contributing
We welcome contributions! Submit a pull request to add or improve recipes. Raise an issue to report a bug or raise a feature request.