# umermansoor/microservices

Example of Microservices written using Flask.

Repository: https://github.com/umermansoor/microservices
Canonical: https://ross.abutalabs.com/products/umermansoor-microservices
Language: Python
License Family: other
Last push: 2026-03-25T17:56:48+00:00

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

## Adoption (not part of the score)
Stars 1114, forks 248 (observed 2026-08-28T04:03:38.202113+00:00)

## What it is
Cinema 3 is an educational example project demonstrating microservices architecture using four Python Flask services for a fictional movie theater (movies, showtimes, bookings, users). It accompanies a blog post on writing microservices in Python.

## Use cases
- learn microservices architecture with python
- example of flask microservices
- understand how services communicate over http
- starter code for building microservices in python
- teach microservices patterns in a course
- see a simple rest api split into multiple services

## When to choose
- you want a minimal, readable example of microservices in Python/Flask
- you are learning or teaching microservices concepts
- you need a small reference architecture for service-to-service HTTP communication

## When to avoid
- you need a production-ready microservices framework or scaffolding
- your stack requires Python 3 (the project targets Python 2.7)
- you need modern tooling like containers, service discovery, or orchestration

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: microservices, web-framework, http-server, api-framework
- domain: microservices, backend, developer-tools, tutorials
- platform: python, windows, cross-platform
- tags: flask, example-project, educational, rest-api, python-2, linux, macos

## Member repositories
- umermansoor/microservices (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:38.202113+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-30T06:42:32.636187+00:00, confidence not recorded.
  - readme: https://github.com/umermansoor/microservices (fetched 2026-08-28T04:03:38.202113+00:00, sha 441badbc459c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
