eventdrivenarchitecture
There are 30 repositories under eventdrivenarchitecture topic.
lutzh/awesome-event-driven-architecture
A curated list of resources on event-driven architecture.
luno/workflow
An Event Driven Workflow framework, written in Go, that supports durable, robust, and idempotent state changes with timeouts, callbacks, scheduled triggers, and await calls. Compatible with Kafka and Reflex out of the box.
factcast/factcast
Simple EventStore based on PostgreSQL
unitypark/aws-serverless-demos
🚀 aws serverless solutions mainly using with golang lambda functions.
Weedshaker/event-driven-web-components-tutorial
Tutorial covering event driven web component. How to start and in general explaining how you can make your single-page app or any type of web site the simple way.
someshbhardwaj/spring-cloud-kafka-saga-pattern
Event Driven Architecture using Spring Cloud with Kafka-stream as binder.
Flowduino/EventDrivenSwift
The most powerful Event-Driven Observer Pattern solution the Swift language has ever seen!
tanerdiler/kata-eventdrivendesign-reactjs-chatapp
Sample project for Event Driven Architecture applied on bothFrontend and Backend. JEventbus and Eventbus.js are being used for this project.
pj-25/JavaServerClientAPI
A robust, flexible, and generalized java server-client API (JSC) built on top of the java socket interface and raw TCP. JSC also supports event-driven architecture for communication.
rawheel/Kafka-Python-Example
A Guide to setup Kafka with Python in less than 5 minutes
NikSoftelevation/event-driven-microservices-architecture-kafka
Event-driven microservices architecture with spring boot and apache kafka(MQ)
Pedram-Mirelmi/Simple-Java-Server-Lib
A Simple but extensible library for server-side applications designed event-driven
pfarkya/asyncApi_AccountManagerEDA
This is an Account Management Application in Event Driven Architecture.
aksh-patel1/parallel-web-scraper-on-cloud
This project demonstrates an event-driven architecture for parallel web scraping and processing tasks using AWS services. The scraper job, running on AWS Batch, collects data from multiple web pages simultaneously and stores it in S3. The processing job, triggered by AWS EventBridge, efficiently processes the scraped data and updates Google-Sheet.
dcortesnet/Nodejs-rabbitmq-pub-sub
Basic flow of event publish and subscribe model using RabbitMQ as a broker message. The project consists of 2 services, one for publications and the other for consumers.
dcortesnet/Python-Kafka-pub-sub
Basic flow of event publish and subscribe model using Apache Kafka The project consists of 2 services, one for publications and the other for consumers.
hemantksingh/brew-bar
Event driven app that mirrors order processing in a brew bar based on AWS resources managed via terraform
yagizayer/AA_GameClone_v1
aa Game clone with Event Driven Programming
yagizayer/Fps_Reflex_Game_v03
For improving Reflexes
abhirajranjan/eventstore
event store implementation using eventstore db for event sourcing
chenxu2394/TicketSystem-RabbitMQ
An example implementation of a distributed, asynchronous messaging system for an amusement park ticketing application using RabbitMQ.
diogofelizardo/nestjs-arquitetura-event-driven
Aprenda a implementar uma arquitetura orientada a eventos utilizando NestJS.
pakistancan/eventdrivenworkshop
Event Driven Architecture Workshop Kata code
pranshu-raj-211/forex-bot-gcp
Algorithmic trading system written in Python
Chinh00/cShop
Microservice Learning Project
dateytanmay/Event-Catalyst
This repository automates the generation and management of an event catalog. Scripts and configurations handle the extraction of event types from Kibana, anonymization of sensitive information, and dynamic updates to reflect changes in eventNames.json, eventPatterns.json, and consumer.json without manual intervention. Simply run main.
matcdac/vert-x-application
Sample application of using Vert.x framework in Java : currently in development
oddy-bassey/user-management
SpringBoot project using CQRS & Event Sourcing