diff --git a/workshops/databricks.qmd b/workshops/databricks.qmd index a5cb25f..a4e69cb 100644 --- a/workshops/databricks.qmd +++ b/workshops/databricks.qmd @@ -1,35 +1,41 @@ --- -title: Add workshop title here +title: Using Databricks with R author: - - name: Instructor 1 name + - name: Edgar Ruiz affiliations: - - name: Instructor 1 affiliation - - name: Instructor 2 name (remove if single instructor) - affiliations: - - name: Instructor 2 affiliation + - name: Posit PBC description: | - 1-sentence summary of workshop. -categories: [add, comma, separated, categories] + Overview of the latests methods to connect, and interact with + Databricks services. +categories: [databricks, databases, Spark, dplyr] --- # Description -Full workshop description goes here. Multi-paragraph ok. +As most organization's data migrate to the cloud, the ability to analyze data in-place becomes more important. This workshop will walk you through how to think about remote data, how to access it, and how to analyze it efficiently. We will review the latest in integrations between R and Databricks. The two integrations that we will review are: + +- [Spark via Databricks Connect](https://spark.rstudio.com/deployment/databricks-connect.html) + +- [ODBC connection](https://solutions.posit.co/connections/db/databases/databricks/) + +During the workshop, we will discuss best practices for when to use which integration, as well as techniques to take your analysis into production. # Audience This course is for you if you: -- list at least +- Are an R user -- three attributes +- Plan, or are currently, using Databricks services -- for your target audience +- Need to learn how to access and analyze data in Databricks # Instructor(s) -| | | | -|------------------|------------------|-------------------------------------| -| ![](images/name-lastname.jpg) | | Instructor bio, including link to homepage. | ++----------------------------+--------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| ![](images/edgar-ruiz.jpg) | | Edgar co-authored a book called “Mastering Spark with R,” and is currently the maintainer of the `sparklyr` package. Edgar has also authored multiple articles, blog posts sharing analytics insights, and server infrastructure for data science. He has a background in deploying enterprise reporting, and business intelligence solutions. | +| | | | +| | | | ++----------------------------+--------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ : {tbl-colwidths="\[25,5,70\]"} diff --git a/workshops/images/edgar-ruiz.jpg b/workshops/images/edgar-ruiz.jpg new file mode 100644 index 0000000..dbbf220 Binary files /dev/null and b/workshops/images/edgar-ruiz.jpg differ