Skip to content

Akka example and homework code for the "Distributed Data Management" lecture.

License

Notifications You must be signed in to change notification settings

avielhauer/ddm-akka

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Akka example and homework code for the "Distributed Data Management" lecture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%