Skip to content

shayfeld/Spring-Kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published