DEV Community

rmayore
rmayore

Posted on

02: The Product...

We'll build an eShop for startup 'FakeST' that sells T-shirts with bespoke designs. So we are looking at a couple of services.

  • Client mobile app (android)
  • Client web app (react, time permitting)
  • API gateway (spring boot; web)
  • Identity microservice (postgres, spring boot)
  • Catalog microservice (postgres, spring boot)
  • Ordering microservice(postgres, spring boot)
  • Cart microservice(redis, spring boot)
  • Payment microservice(postgres, spring boot)
  • Email microservice (redis, spring boot; batch)
  • Design Service (postgres, spring boot, S3)
  • Event bus (RabbitMQ)

And on the OPs side,

  • Gitops
  • Image Registry
  • Kubernetes
  • Helm
  • Istio
  • Grafana
  • Prometheus
  • Loki
  • Zipkin
  • Backups

Top comments (0)