# dockersamples/example-voting-app

Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes

Repository: https://github.com/dockersamples/example-voting-app
Canonical: https://ross.abutalabs.com/products/example-voting-app
Language: C#
License: Apache-2.0
License Family: permissive
Topics: docker, swarm, kubernetes, docker-compose, example, sample, demo
Last push: 2024-10-10T15:05:06+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3944, "days_push": 692, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5791, forks 16175 (observed 2026-08-28T04:09:29.656065+00:00)

## What it is
A sample distributed voting application composed of multiple containers (Python front-end, .NET worker, Node.js results app, Redis, Postgres) from Docker's official samples. It demonstrates running the same app with Docker Compose, Docker Swarm, and Kubernetes.

## Use cases
- learn how to run a multi-container app with docker compose
- example of deploying an app to docker swarm
- sample kubernetes manifests for a multi-service app
- demo app for testing container orchestration setups
- reference architecture for a queue-based distributed app
- teaching docker networking between services

## When to choose
- you want a realistic multi-language sample app to learn Docker, Compose, Swarm, or Kubernetes
- you need a demo workload for testing container platforms
- you're teaching or documenting container orchestration basics

## When to avoid
- you need a production-ready, well-architected voting or survey application
- you need a real voting system with security or auditability guarantees
- you want a minimal single-container example

## Facets
- artifact type: application
- maturity: stable
- function: developer-tools, container-orchestration, message-queue, database, web-framework
- domain: developer-tools, microservices, tutorials
- platform: cross-platform
- tags: docker-compose, docker-swarm, sample-app, demo, voting-app, multi-container, kubernetes-manifests, containers, docker, kubernetes

## Member repositories
- dockersamples/example-voting-app (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:29.656065+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:52:48.545062+00:00, confidence not recorded.
  - readme: https://github.com/dockersamples/example-voting-app (fetched 2026-08-28T04:09:29.656065+00:00, sha 0d39fc87918f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
