Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knands42/payment-gateway
Application to simulate an entire payment transaction w/metrics and orchestration
https://github.com/knands42/payment-gateway
docker docker-compose golang grafana kafka kubernetes makefile nestjs nextjs nodejs prometheus typescript
Last synced: 8 days ago
JSON representation
Application to simulate an entire payment transaction w/metrics and orchestration
- Host: GitHub
- URL: https://github.com/knands42/payment-gateway
- Owner: knands42
- Created: 2023-02-14T22:10:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T01:16:29.000Z (over 1 year ago)
- Last Synced: 2023-12-15T06:26:35.888Z (11 months ago)
- Topics: docker, docker-compose, golang, grafana, kafka, kubernetes, makefile, nestjs, nextjs, nodejs, prometheus, typescript
- Language: Go
- Homepage:
- Size: 33.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Payment-Gateway
Application to simulate an entire payment transaction w/metrics and orchestration
## Overview
This application is a simple payment gateway that simulates a payment transaction. It is composed of 2 microservices:
- **Payment Processor**: A microservice that simulates the payment processing. It receives a payment request and returns a payment response.
- **Payment Gateway**: A microservice that receives a payment request and forwards it to the payment processor. It also receives a payment response and forwards it to the payment processor.
### Credits
The base of this project was made by following the [FullCycle](https://plataforma.fullcycle.com.br/) course.