Varnit Goyal 9b4768c0e6 Tp 55555/integrate document service client (#7)
* TP-55555 | document client and kafka integration

* TP-55555 | introduce service concept refactor code

* TP-55555 | s3 and kafka producer integrated and tested

* TP-55555 | s3 and kafka producer integrated and tested

* TP-55555 | fixed kafka for subsequent request

* TP-55555 | fixed kafka for subsequent request
2024-07-29 15:46:17 +05:30
2024-07-23 14:16:26 +05:30
2024-07-24 12:51:37 +05:30
2024-07-23 14:16:26 +05:30
2024-07-23 14:16:26 +05:30
2024-07-23 14:16:26 +05:30
2024-07-23 14:16:26 +05:30
2024-07-23 14:16:26 +05:30
2024-07-23 14:16:26 +05:30
2024-07-23 18:31:33 +05:30

Cyber tron service

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

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 224 KiB
Languages
Go 98.7%
Dockerfile 0.7%
Makefile 0.6%