2025-01-09 16:16:08 +05:30
2024-12-03 06:59:12 +05:30
2024-08-13 08:19:50 +05:30
2024-10-24 16:44:38 +05:30
2024-08-13 08:19:50 +05:30
2024-12-03 17:38:21 +05:30
2024-11-20 17:32:14 +05:30
2025-01-09 16:16:08 +05:30
2024-11-09 17:33:58 +05:30
2025-01-03 19:32:21 +05:30
2024-07-23 14:16:26 +05:30
2024-11-09 17:33:58 +05:30
2024-11-09 17:33:58 +05:30
2024-11-09 17:33:58 +05:30
2024-08-19 16:56:00 +05:30
2024-08-13 08:19:50 +05:30
2024-11-09 17:33:58 +05:30

Log enricher service for cybertron project

Frontend error monitoring service

How to Run

Install Go

brew install go
brew install golang-lint

Setup postgres

You need to set-up postgres db and create a database with name cybertron_dev

Run local

make run-local

Final Build

make run-all

Install Air

go install github.com/air-verse/air@latest

Run air

air

How to build on local using docker

Remove double quotes from kafka-password if it contians special characters

docker build . -t log-enricher
docker run log-enricher --env-file local.env

Important pointer - When using golang-migrate for migrations, the naming convention for migration files should be - 202310201651_initial-migration.up.sql

Description
No description provided
Readme 9.9 MiB
Languages
JavaScript 82.1%
Go 17.2%
Dockerfile 0.5%
Makefile 0.2%