All Projects → CollaborationInEncapsulation → Get Reactive With Spring5 Demo

CollaborationInEncapsulation / Get Reactive With Spring5 Demo

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Get Reactive With Spring5 Demo

assembler
Functional, type-safe, stateless reactive Java API for efficient implementation of the API Composition Pattern for querying/merging data from multiple datasources/services, with a specific focus on solving the N + 1 query problem
Stars: ✭ 102 (+117.02%)
Mutual labels:  reactive-programming, reactor
Spring 5 Examples
This repository is contains spring-boot 2 / spring framework 5 project examples. Using reactive programming model / paradigm and Kotlin
Stars: ✭ 87 (+85.11%)
Mutual labels:  reactive-programming, reactor
Rhub
Reactive Event Hub
Stars: ✭ 66 (+40.43%)
Mutual labels:  reactive-programming, reactor
Reactive Ms Example
An educational project to learn reactive programming with Spring 5
Stars: ✭ 157 (+234.04%)
Mutual labels:  reactive-programming, reactor
sample-spring-reactive
sample reactive microservices using spring 5, spring boot, spring webflux and project reactor
Stars: ✭ 26 (-44.68%)
Mutual labels:  reactive-programming, reactor
kotlin-kafka-and-kafka-streams-examples
Kafka with KafkaReactor and Kafka Streams Examples in Kotlin
Stars: ✭ 33 (-29.79%)
Mutual labels:  reactive-programming, reactor
Spring Webflux Reactive Rest Api Demo
Build Reactive Rest APIs with Spring WebFlux and Reactive Mongo
Stars: ✭ 117 (+148.94%)
Mutual labels:  reactive-programming, reactor
KotlinReactiveMS
An educational project to learn reactive programming with Spring 5 and Kotlin
Stars: ✭ 33 (-29.79%)
Mutual labels:  reactive-programming, reactor
Hivemq Mqtt Client
HiveMQ MQTT Client is an MQTT 5.0 and MQTT 3.1.1 compatible and feature-rich high-performance Java client library with different API flavours and backpressure support
Stars: ✭ 402 (+755.32%)
Mutual labels:  reactive-programming, reactor
Spring Reactive Sample
Spring 5 Reactive playground
Stars: ✭ 867 (+1744.68%)
Mutual labels:  reactor
Rxjava Android Samples
Learning RxJava for Android by example
Stars: ✭ 7,520 (+15900%)
Mutual labels:  reactive-programming
Cycle State Machine Demo
Non-trivial, real use case demo of a hierarchical state machine library with cyclejs
Stars: ✭ 25 (-46.81%)
Mutual labels:  reactive-programming
Redux Reactors
A small library for creating action/reducer combinations.
Stars: ✭ 13 (-72.34%)
Mutual labels:  reactor
Hsweb Framework
hsweb (haʊs wɛb) 是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。
Stars: ✭ 7,724 (+16334.04%)
Mutual labels:  reactor
Rxfirebase
RxJS wrapper with extra goodies for the Firebase JavaScript SDK
Stars: ✭ 11 (-76.6%)
Mutual labels:  reactive-programming
Evolui
A tiny reactive user interface library, built on top of RxJs.
Stars: ✭ 43 (-8.51%)
Mutual labels:  reactive-programming
Scalecube Services
v2.0 - ScaleCube Services provides a low latency Reactive Microservices library for serverless service registry and discovery based on gossip protocol and without single point-of-failure or bottlenecks.
Stars: ✭ 23 (-51.06%)
Mutual labels:  reactor
Observer Util
Transparent reactivity with 100% language coverage. Made with ❤️ and ES6 Proxies.
Stars: ✭ 905 (+1825.53%)
Mutual labels:  reactive-programming
Mostly Adequate Guide Ru
Mostly adequate guide to FP (in javascript, translated to russian)
Stars: ✭ 1,030 (+2091.49%)
Mutual labels:  reactive-programming
Fluxxkit
Unidirectional data flow for reactive programming in iOS.
Stars: ✭ 42 (-10.64%)
Mutual labels:  reactive-programming

Get Reactive With Spring 5 and Project Reactor Demo App

Structure

In this repo, you will find a bunch of useful code examples and patterns.

There are five branches in this repo:

Brunches

  • master - contains initial Spring 4 project with the working Chat application, integrated with Gitter Channel.
  • reactive - include completed migration to Spring 5 with the adaptation of blocking JDBC driver + integration with Server-Sent Event.
  • reactive+ws - include completed migration to Spring 5 with adaptation of blocking JDBC driver + integration with reactive WebSockets.
  • template - includes the template for migration to Reactive Spring 5 with Blocking Database adaptation. This repo prepared to code and contained the list of TODOs and FIXMEs. It will be useful if you would like to start coding with Spring 5 and learn essentials of Reactive Programming with Project Reactor. If you are not familiar with Reactor 3 or RxJava, please take a look on one of those useful tutorials, and practice your self with the next codding tutorial.
  • migration-commit-machine - commit by commit migration to Reactive Spring 5 + Non-blocking, reactive DB (MongoDB in that case).

Project

This project is based on the typical layered architecture. It includes four main folders:

  • controller - include list of endpoint for client-server communication purpose
  • services - include conceptual business logic:
    • Integration with Gitter Service
    • Statistic service
    • Messaging service for transferring messages from Gitter service through the server, store messages in the database, etc.
  • repository - Spring Data repositories for data-access purpose
  • domain - database structure representation in Java classes.

Issues

You are free to create an issue if you found one in the project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].