Aanand Prasad пре 9 година
родитељ
комит
daaa19fa96
2 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      README.md
  2. BIN
      architecture.png

+ 2 - 0
README.md

@@ -15,6 +15,8 @@ The app will be running at [http://localhost:5000](http://localhost:5000), and t
 Architecture
 Architecture
 -----
 -----
 
 
+![Architecture diagram](architecture.png)
+
 * A Python webapp which lets you vote between two options
 * A Python webapp which lets you vote between two options
 * A Redis queue which collects new votes
 * A Redis queue which collects new votes
 * A Java worker which consumes votes and stores them in…
 * A Java worker which consumes votes and stores them in…