wormhole-explorer/pipeline
agodnic 3c7bab3f8a
Remove duplicated code: MongoDB connection handling (#590)
### Description

This pull request removes duplicated code related to MongoDB connection/disconnection attempts. This code was copied across all 8 microservices.

The functionality is now unified under the `common/dbutil` package.
2023-08-07 16:05:08 -03:00
..
bin Improve pipeline Makefile (#387) 2023-06-12 10:00:23 -03:00
cmd Remove duplicated code: MongoDB connection handling (#590) 2023-08-07 16:05:08 -03:00
config Fix alert prefix with new enviroment values (#509) 2023-07-06 11:20:18 -03:00
healthcheck
http/infrastructure Add pipeline prometheus metrics and opsgenie alerts (#471) 2023-07-03 11:42:44 -03:00
internal Remove duplicated code: MongoDB connection handling (#590) 2023-08-07 16:05:08 -03:00
pipeline Add pipeline prometheus metrics and opsgenie alerts (#471) 2023-07-03 11:42:44 -03:00
topic Add pipeline prometheus metrics and opsgenie alerts (#471) 2023-07-03 11:42:44 -03:00
watcher Add pipeline prometheus metrics and opsgenie alerts (#471) 2023-07-03 11:42:44 -03:00
.env.example
.gitignore
Dockerfile Improve pipeline Makefile (#387) 2023-06-12 10:00:23 -03:00
Makefile Improve pipeline Makefile (#387) 2023-06-12 10:00:23 -03:00
README.md
go.mod Change to deploy prometheus metrics for parser and pipeline (#497) 2023-07-04 15:23:26 -03:00
go.sum Change to deploy prometheus metrics for parser and pipeline (#497) 2023-07-04 15:23:26 -03:00

README.md

Pipeline

Config SNS FIFO in localstack

aws --profile localstack --endpoint-url=http://localhost:4566 sns --name vaas-pipeline.fifo --attributes FifoTopic=true,ContentBasedDeduplication=false