https://github.com/oragazz0/nexus-event-stream
This repository demonstrates concepts and the implementation of Event-Driven Architecture (EDA), Polyglot Microservices (Python + Go) and high-performance Message Streaming.
https://github.com/oragazz0/nexus-event-stream
django django-rest-framework docker docker-compose event-driven go golang microservices postgresql python redpanda
Last synced: 4 months ago
JSON representation
This repository demonstrates concepts and the implementation of Event-Driven Architecture (EDA), Polyglot Microservices (Python + Go) and high-performance Message Streaming.
- Host: GitHub
- URL: https://github.com/oragazz0/nexus-event-stream
- Owner: oragazz0
- License: mit
- Created: 2025-12-11T00:14:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-02-10T19:59:25.000Z (4 months ago)
- Last Synced: 2026-02-10T22:52:49.312Z (4 months ago)
- Topics: django, django-rest-framework, docker, docker-compose, event-driven, go, golang, microservices, postgresql, python, redpanda
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This repository demonstrates concepts and the implementation of Event-Driven Architecture (EDA), Polyglot Microservices (Python + Go) and high-performance Message Streaming.
The Django app is the "Source of Truth" (Management Plane), the Go service is the "Data Plane" (High-performance execution), and the goal is Eventual Consistency with low latency.