Skip to content

Simple experiment in combining Akka HTTP, actors and Spark to run concurrent subsecond and dynamic Spark jobs

Notifications You must be signed in to change notification settings

vgkowski/akka-spark-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

akka-spark-experiments

Simple experiment in combining Akka HTTP, actors and Spark to run concurrent subsecond and dynamic Spark jobs

Example of an application offerig a REST API to request on demand analytics on call data records:

  • topk location: calculate the topK location of an MSISDN for a time period, a usage (SMS or VOICE) and a way (IN or OUT)
  • usage KPIs: calculate common telco KPIs like the number of distinct peer, average call duration... for the same parameters

About

Simple experiment in combining Akka HTTP, actors and Spark to run concurrent subsecond and dynamic Spark jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages