Skip to content

lsantamaria/stream-processor-akka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stream processor

This is a simple application for processing streamed transactions.

Requirements

  • Java JDK 11

Installation

Download and install Java JDK 11 from the Java official webpage.

Set JAVA_HOME environment variable to point to this installation.

In order to compile and test the project, execute next command:

../mvnw clean install

Run

Run the project using command below:

./mvnw exec:java -Dexec.mainClass=com.lsantamaria.StreamProcessorProgram

About

An AKKA processor that handles async transactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages