An open API service indexing awesome lists of open source software.

https://github.com/neuw84/datahack

Datahack spark live coding demo code
https://github.com/neuw84/datahack

cassandra docker docker-compose spark spark-streaming twitter zeppelin

Last synced: 2 months ago
JSON representation

Datahack spark live coding demo code

Awesome Lists containing this project

README

          

# Datahack

Datahack Apache Spark live coding demo code.

This demo consists of Different Zeppelin notebooks demostrating a Lambda architecture using Apache Spark and Appache Cassandra.

## Usage:

1. Install docker toolbox (or upgrade to latest version), ```docker-compose``` must be installed.
2. Modify your docker VM (increase the RAM to 4GB at least and >1 CPUs) if you are not in Linux
3. ```git clone```
4. ```docker-compose up```
5. Open Zeppelin at http://your-docker-machine-ip:8080
6. Enjoy!

## Details:

* Spark UI can be accesed at http://your-docker-machine-ip:4040
* Cassandra CQL native transport endpoint is at ```your-docker-machine-ip:9042 ```