Skip to content

redislabs-demos/ordershop-v2

 
 

Repository files navigation

OrderShop v2

This shows Redis in infrastructure services in a microservice architecture.

Disclaimer

This is not production ready code, this is a sample implementation for showcasing only!

Prerequisites

  • Python v3.5
  • Docker Compose v1.25 (or Kubernetes v1.17)

Start

  • docker-compose up

View

  • Go to http://localhost:5000/ to watch events and browse state.

Test

  • python3 -m unittest tests/unit.py

View

  • Go to http://localhost:8001/ to see what's in Redis (use redis:6379)

Stop

  • docker-compose down

About

a microservice application using Redis as the communication channel

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 61.8%
  • HTML 29.2%
  • JavaScript 4.2%
  • Dockerfile 3.9%
  • CSS 0.9%