Skip to content

ocolucho/SimpleModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleModel

Microservice that simulates data from external APIs (json, xml), standarize it on a object and stores it on a topic in kafka, ready to be consumed.

Run

To run the service:

  • docker-compose up

Swagger

Checking kafka topics

Install kafkacat to check your topic after calling operators endpoints:

  • apt-get install kafkacat

Execute to view topic info

  • kafkacat -b localhost:9092 -C -t tour

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published