lsantamaria / stream-processor-akka

An AKKA processor that handles async transactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%