Skip to content

Latest commit

 

History

History
47 lines (42 loc) · 2.39 KB

README.md

File metadata and controls

47 lines (42 loc) · 2.39 KB

Kafka Deployment using AWS

Kafka Deployment using AWS In scope of MoleCare application design and development and my master science project, I made a research how to use Kafka in AWS and built a system for running DNN service, which integrated to MoleCare backend application using Kafka. In scope of work Kafka can be available on the Internet if the ports are configured. That is why I setup VPC and I configure users and groups for allowing Kafka keeping data on the filesystem.

Alt text

Also, I create two topics in Kafka. One topic is for request with mole images, and another one is the queue of prediction results.

Alt text

Steps Launch instance Alt text Alt text SSH client setup Alt text Install Kafka Alt text Set zookeeper properties Alt text Alt text Alt text Alt text Alt text Alt text Alt text Alt text Alt text Alt text Alt text Run zookeeper Alt text Alt text Alt text Run Kafka Alt text Alt text Create topics Alt text Alt text Alt text Alt text Alt text Alt text