https://github.com/databricks/dais-cow-bff
Code for the "Path to Production" DAIS 2024 and 2023 talks
https://github.com/databricks/dais-cow-bff
Last synced: 10 months ago
JSON representation
Code for the "Path to Production" DAIS 2024 and 2023 talks
- Host: GitHub
- URL: https://github.com/databricks/dais-cow-bff
- Owner: databricks
- Created: 2023-06-07T09:30:18.000Z (over 2 years ago)
- Default Branch: dais24-main
- Last Pushed: 2025-03-05T18:40:28.000Z (11 months ago)
- Last Synced: 2025-04-03T00:58:59.238Z (11 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 475 KB
- Stars: 12
- Watchers: 4
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cow BBF Project
This is a sample data engineering project that tries to answer the question if cow best friends also take their meals together.

This project has been used for the "[Path to Production: Databricks Project CICD FOR Seamless Inner to Outer Dev Loops](https://www.databricks.com/dataaisummit/session/path-production-databricks-project-cicd-seamless-inner-outer-dev-loops)" talk at DATA+AI Summit 2024 and the "[Bridging the Production Gap: Develop and Deploy Code Easily With IDEs](https://www.databricks.com/dataaisummit/session/bridging-production-gap-develop-and-deploy-code-easily-ides/)" talk at DATA+AI Summit 2023.
For the demo at DAIS 2024, use the `dais24-main` branch for the complete code and the `dais24-stageX` branches for snapshots. Please use **Databricks CLI v0.223.0+** to deploy DAB from a web terminal in the Workspace.
[](https://www.youtube.com/watch?v=DMwilNpDCiQ)
For the demo at DAIS 2023, see the `main` branch for the complete code and the `stageX` branches for snapshots
[](https://www.youtube.com/watch?v=-mtwFb9Dyy0)
## Preparing the sample Data
The notebook `/notebooks/Generate Cow Data.ipynb` contains the code to generate the sample data. In order to create the sample data, clone this repo or import this notebook into your Databricks workspace and execute it there. Alternatively you can open the notebook in VS Code with the Databricks extension installed and execute the `Databricks: Run File as Workflow on Databricks` command.