Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

System with high availability to store events/logs.

License

Notifications You must be signed in to change notification settings

lalabuy948/logektor

Repository files navigation


Logektor ⚡️

System with high availability to store events/logs.



Stack

  • Client: go + fasthttp
  • Event bus: kafka
  • Workers: python
  • DB: postgres <- To simplify my life

Architecture

Single app & SOA

SA

Setup

docker-compose up

For development

Client

go mod install

go run client/*.go

Worker

python3 -m venv venv

source venv/bin/activate

pip3 install -r requirements.txt

python3 -m worker

About

System with high availability to store events/logs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •