GitHunt
KE

kevinmcgoldrick/event_tickets

Event Tickets

Purpose

Ticket sales for a venue event is a very difficult architecture design for a computer system.
The solution needs to provide a high performance, reliable system to purchase unique ticket locations.
Needs to publish un-purchased tickets, hold tickets that are in the cart, and exclude ticket that are purchased.

Architecture

Frontend

AWS apprunner django python code

Backend

AWS DynamoDB - Tables for each venue section
Aurora RDS - ticket purchase information
Cache ?

Languages

Python100.0%

Contributors

Created November 3, 2023
Updated November 3, 2023
kevinmcgoldrick/event_tickets | GitHunt