Skip to content

TodoApps2021/Kafka_to_DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka_to_DB

This service accepts all tasks (from bot telegrams and from the site) and sends them to the Postgres SQL database.

  • Kafka
    • Consumer (topics: "auth", "todo_list", "todo_item")
  • Postgres SQL

Libs:

confluent-kafka-go
pgx/pgxpool
logrus
viper

Developed: Vlad1k_Zhuk