Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a template for Streamlit Databricks data app #56

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

andrewnester
Copy link
Contributor

This template contains a bundle structure to create and manage Databricks App which reads data from a SQL warehouse and visualizes it.
The app is written in Python using Streamlit framework.

Install the template using the following command:

databricks bundle init https://github.com/databricks/bundle-examples --template-dir contrib/templates/app-template

@andrewnester andrewnester marked this pull request as ready for review December 24, 2024 12:48
Copy link
Contributor

@pietern pietern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of app-template, streamlit-app?

@@ -0,0 +1,10 @@
# app-template template

This template contains a bundle structure to create and manage Databricks App which reads data from a SQL warehouse and visualizes it.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This template contains a bundle structure to create and manage Databricks App which reads data from a SQL warehouse and visualizes it.
This template contains a bundle structure for creating and managing a Databricks app that reads data from a SQL warehouse and visualizes it.

Looking at https://docs.databricks.com/en/dev-tools/databricks-apps/index.html, the capitalization rules appear to be "Databricks Apps" as the product name but a "Databricks app" when talking about a single instance.

This template contains a bundle structure to create and manage Databricks App which reads data from a SQL warehouse and visualizes it.
The app is written in Python using Streamlit framework.

Install the template using the following command:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Install the template using the following command:
Initialize the template using the following command:

# app-template template

This template contains a bundle structure to create and manage Databricks App which reads data from a SQL warehouse and visualizes it.
The app is written in Python using Streamlit framework.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The app is written in Python using Streamlit framework.
The app is written in Python using the Streamlit framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants