Skip to content

higgser/databricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Databricks Platform

Demonstration of the Databricks Platform and Apache Spark. Slides are availables on the Github Pages of the repository.

To run the examples you need to have a community or (or commercial) Databricks account. If you don't have an account, you can create one for free.

Twitter Streaming example

Twitter example require valid API keys. Since they must never be commit to a repository, they following widgets must be added to each notebook once.

dbutils.widgets.text("accessToken", "ACCESS_TOKEN")
dbutils.widgets.text("accessTokenSecret", "ACCESS_TOKEN_SECRET")
dbutils.widgets.text("consumerKey", "CONSUMER_KEY")
dbutils.widgets.text("consumerSecret", "CONSUMER_SECRET")

About

Playground for Databricks Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages