Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.