Alternative Event utilities and packages for Java
RxJava
Github stargazers
47897
Github forks
7
Commits
6059
Code contributors Contributors
297
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
Created
Jan. 8, 2013
Updated
Sept. 26, 2024
License
apache-2.0
Github repo
Type
Module/library
Primary Language, based on Github DataLanguage
Java
Issues
12
EventBus
Github stargazers
24679
Github forks
4661
Commits
550
Code contributors Contributors
22
Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.
Created
July 16, 2012
Updated
July 11, 2022
License
apache-2.0
Github repo
Primary Language, based on Github DataLanguage
Java
Issues
142
drools
Github stargazers
5444
Github forks
29
Commits
16986
Code contributors Contributors
224
This repository is a fork of apache/incubator-kie-drools. Please use upstream repository for development.
Created
Feb. 18, 2011
Updated
Sept. 9, 2024
License
apache-2.0
Github repo
Primary Language, based on Github DataLanguage
Java
Homepage
AxonFramework
Github stargazers
3329
Github forks
791
Commits
10594
Code contributors Contributors
168
Framework for Evolutionary Message-Driven Microservices on the JVM
Created
Dec. 2, 2011
Updated
Sept. 29, 2024
License
apache-2.0
Github repo
Primary Language, based on Github DataLanguage
Java
Issues
145
Homepage
alf.io
Github stargazers
1417
Github forks
346
Commits
3713
Code contributors Contributors
51
alf.io - The open source ticket reservation system for conferences, trade shows, workshops, meetups
Created
July 26, 2014
Updated
Sept. 27, 2024
License
gpl-3.0
Github repo
Type
App
Primary Language, based on Github DataLanguage
Java
Issues
170
Homepage
mbassador
Github stargazers
957
Github forks
146
Commits
342
Code contributors Contributors
20
Powerful event-bus optimized for high throughput in multi-threaded applications. Features: Sync and Async event publication, weak/strong references, event filtering, annotation driven
Created
Oct. 23, 2012
Updated
Nov. 2, 2021
License
mit
Github repo
Primary Language, based on Github DataLanguage
Java
Issues
18
nakadi
Read-only repository, archived by owner Archived
Github stargazers
958
Github forks
292
Commits
6004
Code contributors Contributors
59
A distributed event bus that implements a RESTful API abstraction on top of Kafka-like queues
Created
Oct. 14, 2015
Updated
April 11, 2024
License
mit
Github repo
Type
Script
Primary Language, based on Github DataLanguage
Java
Issues
46
Homepage
esper
Github stargazers
838
Github forks
259
Commits
1226
Code contributors Contributors
10
Esper Complex Event Processing, Streaming SQL and Event Series Analysis
Created
April 6, 2015
Updated
April 26, 2024
License
gpl-2.0
Github repo
Type
Component
Primary Language, based on Github DataLanguage
Java
Issues
13
webbit
Github stargazers
816
Github forks
185
Commits
770
Code contributors Contributors
26
A Java event based WebSocket and HTTP server
Created
Jan. 16, 2011
Updated
June 7, 2023
License
other
Github repo
Primary Language, based on Github DataLanguage
Java
Issues
47
smallrye-mutiny
Github stargazers
815
Github forks
126
Commits
2596
Code contributors Contributors
55
An Intuitive Event-Driven Reactive Programming Library for Java
Created
July 22, 2019
Updated
Sept. 27, 2024
License
apache-2.0
Github repo
Type
Module/library
Primary Language, based on Github DataLanguage
Java
Issues
17
Homepage
rakam-api
Github stargazers
801
Github forks
105
Commits
1762
Code contributors Contributors
12
📈 Collect customer event data from your apps. (Note that this project only includes the API collector, not the visualization platform)
Created
Jan. 16, 2014
Updated
Nov. 13, 2021
License
agpl-3.0
Github repo
Type
App
Primary Language, based on Github DataLanguage
Java
Issues
13
Homepage
qbit
Github stargazers
713
Github forks
140
Commits
1717
Code contributors Contributors
12
The Java microservice lib. QBit is a reactive programming lib for building microservices - JSON, HTTP, WebSocket, and REST. QBit uses reactive programming to build elastic REST, and WebSockets based cloud friendly, web services. SOA evolved for mobile and cloud. ServiceDiscovery, Health, reactive StatService, events, Java idiomatic reactive programming for
Created
Aug. 26, 2014
Updated
Jan. 18, 2018
License
apache-2.0
Github repo
Type
Module/library
Primary Language, based on Github DataLanguage
Java
Issues
61
open-replicator
Github stargazers
538
Github forks
284
Commits
110
Code contributors Contributors
4
Open Replicator is a high performance MySQL binlog parser written in Java. It unfolds the possibilities that you can parse, filter and broadcast the binlog events in a real time manner.
Created
Dec. 23, 2011
Updated
Jan. 4, 2016
Github repo
Primary Language, based on Github DataLanguage
Java
Issues
16
cointrader
Github stargazers
453
Github forks
166
Commits
512
Code contributors Contributors
12
Coin Trader is a Java-based backend for algorithmically trading cryptocurrencies. It provides data collection and export, complex event processing and triggering, and backtesting - paper trading - live trading.
Created
June 1, 2014
Updated
June 21, 2022
License
other
Github repo
Type
Module/library
Primary Language, based on Github DataLanguage
Java
Issues
22
es4j
Github stargazers
409
Github forks
25
Commits
653
Code contributors Contributors
7
Event capture and querying framework for Java
Created
March 10, 2016
Updated
Feb. 13, 2017
License
mpl-2.0
Github repo
Primary Language, based on Github DataLanguage
Java
Issues
12
spring-cloud-bus
Github stargazers
408
Github forks
242
Commits
639
Code contributors Contributors
27
Spring Cloud event bus
Created
Aug. 22, 2014
Updated
Aug. 19, 2024
License
apache-2.0
Github repo
Type
Module/library
Primary Language, based on Github DataLanguage
Java
Issues
24
scalable-coffee-shop
Github stargazers
407
Github forks
187
Commits
27
Code contributors Contributors
2
A scalable, event-driven and event-sourced Java EE application
Created
Jan. 31, 2017
Updated
June 9, 2018
License
apache-2.0
Github repo
Type
App
Primary Language, based on Github DataLanguage
Java
Issues
4
aggregate-framework
Github stargazers
397
Github forks
170
Commits
69
Code contributors Contributors
2
Aggregate Framework是为方便开发人员运用DDD和CQRS思想来构建复杂的、可扩展的Java企业应用系统而提供的Java技术框架。该框架提供了Aggregate、Repository、Domain Event等构建块的实现;使用DomainEvent,借助于内建的Disruptor组件,AggregateFramework可使开发人员方便的实现高性能SEDA架构。此外,该框架支持与Spring集成,提供使用 annotation的方式让开发人员方便地为Domain Event定义一个或多个事件处理, 同时可指定事件处理是同步还是异步触发,并支持分布式事务事件; 使用Spring事务管理器管理事务时,支持Unit Of Work数据访问模式以及内建一级缓存以提高访问性能,另也支持可配置的2级缓存。
Created
Sept. 2, 2015
Updated
Nov. 7, 2023
Github repo
Primary Language, based on Github DataLanguage
Java
Issues
13
java-microservice
Github stargazers
389
Github forks
251
Commits
140
Code contributors Contributors
1
A full microservice architecture with Java, Spring Cloud, Log management with ELK, Server load balancing with Nginx, Infrastructure management with Docker-compose, JMX application monitoring, JWT, Aspect OP, Distributed events with Kafka, Event Sourcing, CQRS, REST, Web Sockets, Continuous deploy with Jenkins and more
Created
April 3, 2017
Updated
Feb. 28, 2022
License
mit
Github repo
Primary Language, based on Github DataLanguage
Java
Issues
6
reveno
Github stargazers
297
Github forks
77
Commits
421
Code contributors Contributors
2
⚡ High performance and low latency Event Sourcing/CQRS framework
Created
April 3, 2015
Updated
June 4, 2019
License
apache-2.0
Github repo
Type
Tool/utility
Primary Language, based on Github DataLanguage
Java
Issues
1