Skip to content

SLIPO-EU/SANSA-Notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SANSA-Notebooks

In this repository you will find a docker-compose.yml for running Hadoop/Spark cluster locally. The cluster also includes Hue for navigation and copying file to HDFS. The notebooks are created and run using Apache Zeppelin.

Requirements

  • Docker Engine >= 1.13.0
  • docker-compose >= 1.10.0
  • Around 10 GB of disk space for Docker images

After installation of docker add yourself to docker group (%username% is your username) and relogin:

sudo usermod -aG docker %username%

This allows to run docker commands without sudo prefix (necessary for running make targets).

Getting started

Get the SANSA Examples jar file (requires wget):

make

Start the cluster (this will lead to downloading BDE docker images, will take a while):

make up

When start-up is done you will be able to access the following interfaces:

make load-data

Go on and open Zeppelin, choose any available notebook and try to execute it. Apache Zeppelin RDF POI

To restart Zeppelin without restarting the whole stack:

make restart

Stop the whole stack:

make down

Executing Examples From Command Line

It is also possible to execute the applications from the command line. Get SANSA-Examples jar and start the cluster if you already have not done it:

make
make up
make load-data

Notes

  • The instructions from this repo were tested on Ubuntu 18.04 with Docker engine 17.03.
  • Maintained by Rajjat Dadwal

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published