From d83a668f06fe3c0aa6e2b1cb125224bee184caa8 Mon Sep 17 00:00:00 2001 From: Aleksandr Volochnev Date: Wed, 9 Oct 2019 14:28:38 +0200 Subject: [PATCH] Readme --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index e69de29..cd9bdd0 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,28 @@ +# Cassandra + Spark = ❤️ Machine Learning with Apache Spark & Cassandra + +A Hands-on Lab delivered by DataStax' Developer Advocates team. Want to learn the awesomness of distributed databases and computational systems? Jump in, watch the slides and do the practicals steps! + +## Slides + +[CodeLabs Cassandra](./CodeLabs_Cassandra.pdf) + +## Labs + +### Reqs + +- docker +- docker-compose +- browser + +### Installation + +``` +git clone https://github.com/HadesArchitect/CaSpark.git +cd CaSpark +docker-compose up -d +``` + +### Usage + +For the Cassandra labs, access DataStaxs Studio: http://localhost:9091 +For the Spark labs, access Jupyter Notebooks: http://localhost:8888 password: `datastax`