Skip to content

pankajjangid05/transformer

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%