Sign inSign up

abhisingh100392/wallet-api-gateway

By abhisingh100392

•Updated about 2 months ago

API gateway for a double-entry ledger system.

Buildkit cache
Image
Networking
Monitoring & observability
0

1.7K

abhisingh100392/wallet-api-gateway repository overview

⁠Wallet API Gateway

A high-performance API gateway for a distributed double-entry ledger system. This service manages incoming requests, performs validation, and routes traffic to internal microservices.

⁠Features

  • Gateway Pattern: Acts as the single entry point for client requests.
  • Request Routing: Efficiently routes traffic to ledger microservices.
  • Security: Centralized authentication and authorization point.

⁠Getting Started

⁠Pulling the Image
docker pull abhisingh100392/wallet-api-gateway:latest
⁠Running the Container
docker run -d -p 8080:8080 --name wallet-gateway abhisingh100392/wallet-api-gateway:latest

Tag summary

Content type

Image

Digest

sha256:73d1df133…

Size

136.9 MB

Last updated

about 2 months ago

docker pull abhisingh100392/wallet-api-gateway