Sample application for demonstrating container platforms and related technology
2.1K
This is a sample application designed to illustrate various concepts related to containers on AWS. It presents a retail store demo application that includes a product catalog, shopping cart, and checkout system.
šļø A demo storefront UI with:
š§© Distributed architecture with services written in multiple languages and frameworks
š¾ Multiple persistence backends supported: MariaDB (or MySQL), DynamoDB, Redis
āļø Runs on various orchestration platforms:
š„ļø Pre-built multi-arch container images for:
x86_64 and arm64 CPUsš Observability built-in:
š Istio support on Kubernetes
š Includes a load generator to simulate traffic and usage patterns
š For full setup instructions and source code, visit the official GitHub repository: š Retail Store Sample App on GitHubā
This project is intended for educational and demonstration purposes only. It is not production-hardened and should not be used in any production environment. Originally created by AWS, and extended for learning purposes by StackSimplify.
For original documentation and upstream details, see: š AWS Retail Store Sample App GitHubā
This project is intentionally over-engineered to simulate real-world microservices architecture. Each component is decoupled and may depend on a unique set of backend services or data stores.
docker run -it --rm -p 8888:8080 stacksimplify/retail-store-sample-ui:1.0.0
Open your browser and go to:
http://localhost:8888
Use Ctrl + C to stop the container gracefully.
Content type
Image
Digest
sha256:dfdf6c35dā¦
Size
322.8 MB
Last updated
about 1 year ago
docker pull stacksimplify/retail-store-sample-ui:2.0.0