Giter Club home page Giter Club logo

reactor-addons's Introduction

Reactor Addons

CI on GHA

Join the chat at https://gitter.im/reactor/reactor

Latest addons

Addons List

reactor-adapter

Bridge to RxJava 2 Observable, Completable, Flowable, Single, Maybe, Scheduler, and also SWT Scheduler, Akka Scheduler ...

reactor-extra

Extra operations and processors for Reactor Core including mathematical operations to compute sum, average, min or max from numerical sources.

Contributing an Add-on

Build instructions

Reactor uses a Gradle-based build system. Building the code yourself should be a straightforward case of:

git clone [email protected]:reactor/reactor-addons.git
cd reactor-addons
./gradlew test

This should cause the submodules to be compiled and the tests to be run. To install these artifacts to your local Maven repo, use the handly Gradle Maven plugin:

./gradlew install

Maven Artifacts

Snapshot and pre-release Maven artifacts are provided in the SpringSource snapshot repositories. To add this repo to your Gradle build, specify the URL like the following:

ext {
  reactorAddonsVersion = '3.4.6'
}

repositories {
  //maven { url 'https://repo.spring.io/release' }
  maven { url 'https://repo.spring.io/milestone' }
  //maven { url 'https://repo.spring.io/snapshot' }
  mavenCentral()
}

dependencies {
  // Reactor Adapter (RxJava2, Akka Actors scheduler and more)
  compile "io.projectreactor.addons:reactor-adapter:$reactorAddonsVersion"
}

Documentation

Community / Support

License

Reactor is Apache 2.0 licensed.

reactor-addons's People

Contributors

agjini avatar akarnokd avatar alex-pumpkin avatar aneveu avatar bclozel avatar berry120 avatar bjartek avatar bsideup avatar ctlove0523 avatar dannyjiang001 avatar ericbottard avatar greg65236592 avatar gregturn avatar kiwisincebirth avatar l2dy avatar lebannen avatar lucasdeabreu avatar nebhale avatar olegdokuka avatar osi avatar poutsma avatar rajinisivaram avatar sdeleuze avatar simonbasle avatar smaldini avatar spencergibb avatar spring-builds avatar stylismo avatar vy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.