Skip to content

samagra-comms/orchestrator

Folders and files

NameName
Last commit message
Last commit date
Aug 10, 2023
Jun 25, 2020
Jul 5, 2021
Aug 7, 2024
Jul 28, 2020
Jul 28, 2020
Jul 5, 2021
Jun 6, 2023
Aug 2, 2022
Jun 25, 2020
Jun 25, 2020
Jun 26, 2024
Apr 18, 2022

Repository files navigation

Maven Build Docker Build

Overview

Orchestrator authenticates & processes the user data from whom the message is received. The XMessage will then be pushed to the kafka topic, the transformer will listen to this topic to further process it.

Getting Started

Prerequisites

  • java 11 or above
  • docker
  • kafka
  • postgresql
  • redis
  • fusion auth
  • 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