Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 474 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 474 Bytes

ddm-akka

Akka example and homework code for the "Big Data Systems" lecture.

Requirements

  • Java >= 9, <= 17
  • Maven Compiler Version >= 3.8.1

Getting started

  1. Clone repo
git clone https://github.com/UMR-Big-Data-Analytics/ddm-akka.git
  1. Decompress test data
cd ddm-akka/data
unzip TPCH.zip
  1. Build project with maven
cd ..
mvn package
  1. First run
java -jar target/ddm-akka-1.0.jar master