reactive icon indicating copy to clipboard operation
reactive copied to clipboard

Reactive: Examples of the most famous reactive libraries that you can find in the market.

Author Pablo Perez Garcia

Is this repo useful? Please ⭑Star this repository and share the love.

Here we cover with examples the most famous reactive libraries that you can find in the market.

ReactiveX

My image

Marble diagrams are not clear enough?.

Here we cover with some practical examples, the most common use of the ReactiveX platform for Java.

RxScala examples here

  • Contactable

    My image

    • HotObservable
  • Combining

    My image

    • Chain
    • Concat
    • Merge
    • Zip
    • Switch
  • Creating

    My image

    • Create
    • Defer
    • Interval
    • Subscription
  • Filtering

    My image

    • Debounce
    • Distinct
    • Skip
    • Take
    • First *Run java classes
  • Transforming

    My image

    • Map
    • FlatMap
    • GroupBy
    • Scan
    • Collect
    • Buffer
    • Window
    • Compose
  • Scheduler

    My image

    • Asynchronous
  • Errors

    My image

    • Exceptions
  • Utils

    • Delay
    • AmbConditional
    • Cache
    • ToBlocking
  • Single An Observable that just emit 1 item through the pipeline.

    • SingleFeatures
  • Relay A subject which subscribe observers and keep the pipeline open all the time.

    • Relay

Spring Reactor

My image

The reactive stream API implementation of Spring.

My image

  • Creating

My image

  • Combining

My image

  • Transforming

My image

  • Filtering

My image

  • Async

Akka

My image

Implementation of Akka patterns using Akka typed, using Java DSL.

  • patterns

Akka Stream

The reactive stream API implementation of Akka.

RSocket

My image

Binary protocol for use on byte stream transports.

  • Fire and Forget
  • Request Response
  • Request Stream
  • Request Channel

Quarkus

My image

Example of most important features of the red hat framework.

  • features

Micronaut

My image

A modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applications.

Oracle Helidon

My image

Helidon is a collection of Java libraries for writing microservices that run on a fast web core powered by Netty.

  • WebClient / WebServer
  • Reactive Messaging
  • Kafka connector
  • Scheduler

My image

Example of most important features of this functional programing library for Java.

  • effects
  • Functions
  • Collections
  • Pattern matching
  • Future

Category Theory

My image

Example of Monad implementation for Java.

  • monad

My image

Apache Curator is a Java/JVM client library for Apache ZooKeeper, a distributed coordination service.

  • distributed lock and counter

Reactive Stream Monads combination

A Combination of Monads that implement Reactive Stream.

  • ReactiveStream

Observer V Iterator Pattern

An explanation, comparative and benchmark between these two patterns.

  • ObserverVsIterator

RxJava V Spring Reactor

A Comparative and benchmark between these two frameworks.

  • ReactorVsRx

Java 8

My image

  • Stream
  • Functions
  • CompletableFuture

Java 9

My image

  • Flow
  • Features
  • Optional
  • Module system

Java 10

My image

  • Collections
  • Local variable type inference

Java 11

My image

  • HttpClient2
  • String
  • File
  • Collection
  • Local variable

Java 12

My image

Java 14

My image

Java 15

  • Sealed class

Java 16

My image

  • Features

Java 17

My image

  • Features

Java 18

Project Loom feature

  • Features

My image

Eclipse Collections is one of the best Java collections framework ever that brings happiness to your Java development.

  • feature

My image

Examples of patterns using Apache Kafka.

  • Throttling
  • Assign
  • Stream
  • balancing
  • Sagas
  • Delay
  • AdminClient

Software craftsmanship

  • (S)ingle responsibility principle
  • (O)pen/Closed principle
  • (L)iskov substitution principle
  • (I)nterface segregation principle
  • (D)on't repeat yourself

Programs

  • PaymentAPI: A Reactive microservice with DDD + CQRS + Event Sourcing
  • Reactive StarWars A Star wars reactive microservice platform, formed by four services