{"id":28071992,"url":"https://github.com/databricks-solutions/databricks-apps-cookbook","last_synced_at":"2026-01-17T17:43:40.445Z","repository":{"id":274861398,"uuid":"901353497","full_name":"databricks-solutions/databricks-apps-cookbook","owner":"databricks-solutions","description":"Ready-to-use code snippets for building interactive Databricks Apps.","archived":false,"fork":false,"pushed_at":"2026-01-14T19:36:46.000Z","size":5918,"stargazers_count":134,"open_issues_count":3,"forks_count":96,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-14T23:34:14.267Z","etag":null,"topics":["databricks","databricks-apps","web-application"],"latest_commit_sha":null,"homepage":"https://apps-cookbook.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/databricks-solutions.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS.txt","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.md","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-10T13:59:47.000Z","updated_at":"2026-01-14T19:35:15.000Z","dependencies_parsed_at":"2025-01-29T20:27:14.996Z","dependency_job_id":"8df1b4d9-c13e-4a9f-9576-374cd3a5bae4","html_url":"https://github.com/databricks-solutions/databricks-apps-cookbook","commit_stats":null,"previous_names":["pbv0/databricks-apps-cookbook","databricks-solutions/databricks-apps-cookbook"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/databricks-solutions/databricks-apps-cookbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databricks-solutions%2Fdatabricks-apps-cookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databricks-solutions%2Fdatabricks-apps-cookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databricks-solutions%2Fdatabricks-apps-cookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databricks-solutions%2Fdatabricks-apps-cookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/databricks-solutions","download_url":"https://codeload.github.com/databricks-solutions/databricks-apps-cookbook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databricks-solutions%2Fdatabricks-apps-cookbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28513973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["databricks","databricks-apps","web-application"],"created_at":"2025-05-12T21:02:03.203Z","updated_at":"2026-01-17T17:43:40.431Z","avatar_url":"https://github.com/databricks-solutions.png","language":"Python","readme":"# 📖 Databricks Apps Cookbook 🍳\n\nReady-to-use code snippets for building data and AI applications using [Databricks Apps](https://docs.databricks.com/en/dev-tools/databricks-apps/index.html).\n\nLearn more about the Databricks Apps Cookbook on **[apps-cookbook.dev](https://apps-cookbook.dev/)**.\n\n## What is the Databricks Apps Cookbook?\n\n- **10+ recipes for common Apps use cases** such as reading and writing to and from tables and volumes, invoking traditional ML models and GenAI, or triggering workflows.\n- **Try recipes in the Cookbook app** and simply copy a code snippet to build your own.\n- **Description of requirements** (permissions, resources, dependencies) for each recipe.\n- Deploy to Databricks Apps or run locally.\n- Snippets for **Dash, Streamlit, Reflex, and FastAPI** are available.\n\n![Databricks Apps Cookbook](docs/docs/assets/demo.gif)\n\n## Documentation\n\nFind **deployment instructions** and all **code snippets** on [apps-cookbook.dev](https://apps-cookbook.dev/).\n\n## Contributions\n\nWe welcome contributions! Submit a [pull request](https://github.com/databricks-solutions/databricks-apps-cookbook/pulls) to add or improve recipes. Raise an [issue](https://github.com/databricks-solutions/databricks-apps-cookbook/issues) to report a bug or raise a feature request.\n\nNot sure what to contribute? Here are some commonly requested samples:\n\n- Write data from a form into a Delta table\n- Display coordinates from a Delta table in a map component\n- Display data from a Delta table in Streamlit/Dash-native diagram components\n- Gradio implementation\n- Flask implementation\n\n## Support\n\nThese samples are experimental and meant for demonstration purposes only. They are provided as-is and without formal support by Databricks. Ensure your organization's security, compliance, and operational best practices are applied before deploying them to production.\n\n## License\n\n\u0026copy; 2025 Databricks, Inc. All rights reserved. The source in this notebook is provided subject to the [Databricks License](https://databricks.com/db-license-source). All included or referenced third party libraries are subject to the licenses set forth below.\n\n| library   | description                                       | license    | source                                           |\n| --------- | ------------------------------------------------- | ---------- | ------------------------------------------------ |\n| Plotly    | Graphing library for interactive visualizations   | MIT        | [GitHub](https://github.com/plotly/plotly.py)    |\n| Dash      | Framework for building web apps with Plotly       | MIT        | [GitHub](https://github.com/plotly/dash)         |\n| Streamlit | App framework for Machine Learning and Data Apps  | Apache 2.0 | [GitHub](https://github.com/streamlit/streamlit) |\n| FastAPI   | High-performance API framework based on Starlette | MIT        | [GitHub](https://github.com/tiangolo/fastapi)    |\n","funding_links":[],"categories":["Python","Official Templates \u0026 Samples"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabricks-solutions%2Fdatabricks-apps-cookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatabricks-solutions%2Fdatabricks-apps-cookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabricks-solutions%2Fdatabricks-apps-cookbook/lists"}