SpringBootCourses / data-store-microservice

This is data provider microservice for YouTube course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data store microservice

This is data store microservice for YouTube course.

This application receives data from Data analyser service with Apache Kafka and Debezium.

Usage

To start an application you need to pass variables to .env file.

You can use example .env.example file with some predefined environments.

You can find Docker compose file in Data analyser service docker/docker-compose.yaml.

Application is running on port 8083.

All insignificant features (checkstyle, build check, dto validation) are not presented.

Just after startup application will try to connect to Apache Kafka and begin to listen topics from data topic created by Debezium.

About

This is data provider microservice for YouTube course.


Languages

Language:Java 98.7%Language:Dockerfile 1.3%