Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felixklauke/doctrin

High Performance ultra robust and reliable publisher subscriber implementation with superior rx java integration able to integrate into a cluster environment providing tools like server plugins and extensive management and monitoring possibilties.
https://github.com/felixklauke/doctrin

netty publisher-subscriber pubsub reactive-pattern rx rxjava server-client-communication

Last synced: 3 months ago
JSON representation

High Performance ultra robust and reliable publisher subscriber implementation with superior rx java integration able to integrate into a cluster environment providing tools like server plugins and extensive management and monitoring possibilties.

Awesome Lists containing this project

README

        

# Doctrin

Ever searched for a reliable and full featured java pub sub library that is still lightweight, easy to use and
configurable for anyone? Then you will kinda like doctrin. It provides a very basic api but can be extended very
easy to use more complex and powerful rx java. It integrates easily in every infrastructure.

# Build Status
| | Build Status | Test Code Coverage |
|------------- |----------------------------------------------------------------------------------------------------------------------------------------------------------- |------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Master | [![Build Status](https://travis-ci.org/FelixKlauke/doctrin.svg?branch=master)](https://travis-ci.org/FelixKlauke/doctrin) | [![codecov](https://codecov.io/gh/FelixKlauke/doctrin/branch/master/graph/badge.svg)](https://codecov.io/gh/FelixKlauke/doctrin) |
| Development | [![Build Status](https://travis-ci.org/FelixKlauke/doctrin.svg?branch=dev)](https://travis-ci.org/FelixKlauke/doctrin) | [![codecov](https://codecov.io/gh/FelixKlauke/doctrin/branch/dev/graph/badge.svg)](https://codecov.io/gh/FelixKlauke/doctrin) |

# Installation / Usage

**Maven repositories**
```xml



klauke-enterprises-maven-releases
Klauke Enterprises Maven Releases
https://repository.klauke-enterprises.com/repository/maven-releases/




klauke-enterprises-maven-snapshots
Klauke Enterprises Maven Snapshots
https://repository.klauke-enterprises.com/repository/maven-snapshots/

```