An open API service indexing awesome lists of open source software.

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.

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.