Skip to content

saadakmal460/logs-stream-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logs Stream Server

How to start the server

  • Take pull
  • Setup the .env

Inside the cluster folder

  • Run docker-compose up -d
  • docker exec -it kafka1 kafka-topics --create --topic logs --bootstrap-server kafka1:9092 --partitions 6 --replication-factor 3
  • Server running at 3000
  • Clickhouse at http://localhost:8123/
  • docker exec -it kafka1 kafka-topics --create --topic logs --bootstrap-server kafka1:9092 --partitions 3 --replication-factor 1

About

This contains kafka implementation for storing logs in logiscout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors