Skip to content

Instavote - Example Voting Application. Forked from Docker Samples Org.

License

Notifications You must be signed in to change notification settings

demenskan/instavote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Voting (Instavote) App

=========

Getting started

This is a Polyglot application (python/node/java) that will be used to demonstrate some of the common Continous Integration and Continous Delivery practices by leveraging Github Actions](https://docs.github.com/en/actions).

Architecture

Architecture diagram

  • A Python webapp that lets you vote between two options
  • A Redis queue that collects new votes
  • A Java worker which consumes votes and stores them in…
  • A Postgres database backed by a Docker volume
  • A Node.js webapp that shows the results of the voting in real time

Note

The voting application only accepts one vote per client. It does not register votes if a vote has already been submitted by a client.

Example

Example

About

Instavote - Example Voting Application. Forked from Docker Samples Org.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.3%
  • C# 2.8%
  • CSS 1.9%
  • HTML 1.7%
  • Java 1.5%
  • Python 1.0%
  • Other 0.8%