/machine-learning-workshop-astra-online

Machine Learning with Apache Spark & Cassandra on DataStax Astra!

Primary LanguageJupyter Notebook

DataStax Logo

Machine Learning with Apache Spark & Cassandra

Spark + Cassandra = ❤️

Spark + DataStax Astra = 🔥 🚀 🌠

A hands-on workshop delivered by DataStax's Developer Advocates and Data Architect team

Want to learn about the awesomness of distributed databases and computational systems? Want to get hands-on with DataStax's Cassandra-as-a-Service offering (for free!) and use popular Machine Learning tools and algorithms? Join in and follow along with this workshop!

Requirements

Installation

git clone https://github.com/jamesc127/machine-learning-workshop-astra-online.git
cd machine-learning-workshop-astra-online
docker-compose up -d

Setup

Known Issues

  • You may need to use some custom IP instead of localhost if you use docker-for-mac, docker-for-windows or similar installation.
  • In some cases executing the exercises may lead to memory issues, especially on weaker or non-Linux machines due to docker limitations on memory.
  • If you have any issues with exercises after the first few, try to clean up and start again docker-compose kill && docker-compose down && docker-compose up -d. You may need to repeat steps of the notebook you were working on.