https://github.com/kkaarroollm/orders-project
Full-stack microservices system for simulating complex order processing pipelines using FastAPI, Redis Streams, and Kubernetes. Deployed securely on a self-hosted Pi cluster.
https://github.com/kkaarroollm/orders-project
fastapi helm kubernetes microservices pydantic raspberry-pi react redis-streams self-hosted tailwind typescript
Last synced: 3 months ago
JSON representation
Full-stack microservices system for simulating complex order processing pipelines using FastAPI, Redis Streams, and Kubernetes. Deployed securely on a self-hosted Pi cluster.
- Host: GitHub
- URL: https://github.com/kkaarroollm/orders-project
- Owner: kkaarroollm
- License: mit
- Created: 2025-03-14T12:36:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-27T14:24:34.000Z (about 1 year ago)
- Last Synced: 2025-04-29T23:57:21.636Z (about 1 year ago)
- Topics: fastapi, helm, kubernetes, microservices, pydantic, raspberry-pi, react, redis-streams, self-hosted, tailwind, typescript
- Language: Python
- Homepage: https://orders.karolmarszalek.me
- Size: 959 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Orders Project
A microservices-based food delivery system built with **FastAPI + MongoDB + Redis**, supporting **Kubernetes** and **Docker Compose** environments. Features event-driven choreography via Redis Streams, a full observability stack, and a React frontend.
Deployed on a self-hosted Kubernetes cluster (Raspberry Pi) at [orders.karolmarszalek.me](https://orders.karolmarszalek.me/).
## Architecture

## Quick Start
```bash
cp envs/default.mongo_db.env envs/mongo_db.env
cp envs/default.redis.env envs/redis.env
cp envs/default.simulator.env envs/simulator.env
cp envs/default.mongo-keyfile envs/mongo-keyfile
docker compose up --build
```
Open [http://localhost](http://localhost) for the frontend, [http://localhost/dev](http://localhost/dev) for dev tools (Grafana, Prometheus, API docs).
## Documentation
Full documentation is available at the [docs site](https://docs.orders.karolmarszalek.me/).
- [Getting Started](https://docs.orders.karolmarszalek.me/getting-started.html)
- [Architecture](https://docs.orders.karolmarszalek.me/architecture.html)
- [Services](https://docs.orders.karolmarszalek.me/services.html)
- [Monitoring](https://docs.orders.karolmarszalek.me/monitoring.html)
- [Deployment](https://docs.orders.karolmarszalek.me/deployment.html)
- [Development](https://docs.orders.karolmarszalek.me/development.html)
## Author
Made with **beer** by **kkaarroollm** -- [website](https://karolmarszalek.me/)