wormhole-explorer/pipeline
agodnic d0436fa46d
Improve pipeline Makefile (#387)
### Description
Minor refactoring in the pipeline service's Makefile.

Changes:
* Move `pipeline` executable to the `pipeline/bin` directory.
* Remove unused targets from `pipeline/Makefile`.
2023-06-12 10:00:23 -03:00
..
bin Improve pipeline Makefile (#387) 2023-06-12 10:00:23 -03:00
cmd Improve txhash handler (#237) 2023-04-17 10:42:28 -03:00
config Fix empty txhash in vaa (#231) 2023-04-13 09:59:27 -03:00
healthcheck pipeline: new component (#146) 2023-02-16 11:09:57 -03:00
http/infrastructure pipeline: new component (#146) 2023-02-16 11:09:57 -03:00
internal pipeline: new component (#146) 2023-02-16 11:09:57 -03:00
pipeline change txhash pipeline retry to 5 (#264) 2023-04-25 17:19:00 -03:00
topic pipeline: new component (#146) 2023-02-16 11:09:57 -03:00
watcher pipeline: new component (#146) 2023-02-16 11:09:57 -03:00
.env.example pipeline: new component (#146) 2023-02-16 11:09:57 -03:00
.gitignore [PARSER/PIPELINE] Update .gitignore (#174) 2023-03-06 14:35:53 -03:00
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 pipeline: new component (#146) 2023-02-16 11:09:57 -03:00
go.mod Changes to deploy on production environment (#331) 2023-05-19 13:39:16 -03:00
go.sum Changes to deploy on production environment (#331) 2023-05-19 13:39:16 -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