Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/felixklauke/doctrin
- Owner: felixklauke
- License: mit
- Created: 2018-01-26T08:46:24.000Z (almost 7 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-10T05:06:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T03:50:38.449Z (3 months ago)
- Topics: netty, publisher-subscriber, pubsub, reactive-pattern, rx, rxjava, server-client-communication
- Language: Java
- Homepage: http://felix-klauke.de
- Size: 276 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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/
```