Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 828 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 828 Bytes

Maven Build Docker Build

Overview

ODK transformer transforms the previous xMessage from the user to one that needs to be sent next. It is a microservice that returns a new xMessage based on the previous user action, which will then be shown to the user.

Getting Started

Prerequisites

  • java 11 or above
  • docker
  • kafka
  • postgresql
  • redis
  • fusion auth
  • odk
  • lombok plugin for IDE
  • maven

Build

  • build with tests run using command mvn clean install -U
  • or build without tests run using command mvn clean install -DskipTests

Detailed Documentation

Click here