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
- Host: GitHub
- URL: https://github.com/neuw84/datahack
- Owner: Neuw84
- License: apache-2.0
- Created: 2017-06-05T18:27:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T15:31:39.000Z (about 9 years ago)
- Last Synced: 2025-04-02T16:52:17.953Z (about 1 year ago)
- Topics: cassandra, docker, docker-compose, spark, spark-streaming, twitter, zeppelin
- Size: 4.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ```