diff --git a/workshops/databases.qmd b/workshops/databases.qmd new file mode 100644 index 0000000..a4e69cb --- /dev/null +++ b/workshops/databases.qmd @@ -0,0 +1,41 @@ +--- +title: Using Databricks with R +author: + - name: Edgar Ruiz + affiliations: + - name: Posit PBC +description: | + Overview of the latests methods to connect, and interact with + Databricks services. +categories: [databricks, databases, Spark, dplyr] +--- + +# Description + +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: + +- Are an R user + +- Plan, or are currently, using Databricks services + +- Need to learn how to access and analyze data in Databricks + +# Instructor(s) + ++----------------------------+--------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| ![](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\]"}