module
Version:
v0.0.0-...-2a92847
Opens a new window with list of versions in this module.
Published: Sep 2, 2023
License: MIT
Opens a new window with license information.
README
¶
logsService
Service for save logs.
What is contained:
- Kafka consumer implementation
- MongoDB implementation
- logrus implementation
- Graceful shutdown
- Docker compose file
- Make file
How To start
- add to .env file variables for DB
MONGO_DB_HOST: localhost
MONGO_DB_PORT: 27017
MONGO_DB_USERNAME: root
MONGO_DB_PASSWORD: myPassword
MONGO_DB_DATABASE: myDB
MONGO_DB_COLLECTION: myCollection
- run makefile with command - "make run"
Directories
¶
|
|
pkg
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.