Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.53 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.53 KB

SANSA-Databricks

In this repository we collect valuable content to bring the SANSA stack to Databricks platform

Instruction Slides

Within these slides you get a step by step tutorial, how-to setup Databricks and SANSA, such that you can use SANSA within you browser

Spark configuration

int he setup of DAtabricks cluster one has to set the following lines in a Spark setup:

spark.databricks.delta.preview.enabled true
spark.serializer org.apache.spark.serializer.KryoSerializer
spark.kryo.registrator net.sansa_stack.rdf.spark.io.JenaKryoRegistrator, net.sansa_stack.query.spark.sparqlify.KryoRegistratorSparqlify

Sansa Jar

Jars are available in the respective Release. Releases are listed here

Sample files

One sample file to process on Machine Learning pipelines is the Linked Movie Database. It can be downloaded here

Sample Databricks Notebooks

Here we list Databricks notebooks to import for several sample SANSA usages