Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 887 Bytes

README.md

File metadata and controls

62 lines (35 loc) · 887 Bytes

File Transfer

A project that transfers information between a source folder and a destination folder.

Tech Stack

Kafka: distributed event store and stream-processing platform

Spring Boot: producer and consumer for Kafka

Docker: run kafka server and spring boot application

Authors

Run Locally

Clone the project

  git clone https://github.com/shayfeld/Spring-Kafka.git

Go to the project directory

  cd Spring-Kafka

Install Kafka and run it

  Docker-compose rm -svf
  Docker compose up

Install dependency

  mvn compile

Build the application

  docker build Dockerfile -t docker-spring .

Screenshots

Input folder

App Screenshot

Output folder

App Screenshot