Skip to content

pranav230/kafkaProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Project

  • It is a spring boot application that will take the record information from a file and push it into a Kafka topic. The record will be consisting a subscriber, case, patient, and service inside it.
  • It will segregate the data on the basis of objects and send that data to the particular topics. It will perform those actions using both KStreams and KSQL.
  • This data will also be going to the Ktables using KSQL.
  • All the data for the objects will be fed to a postgres DB using KConnect.

Note: The Ksql queries and Connector configurations can be found in the resources folder.

Releases

No releases published

Packages

No packages published

Languages