Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vlingo/xoom-streams
The VLINGO XOOM platform SDK for Reactive Streams built on XOOM ACTORS.
https://github.com/vlingo/xoom-streams
actor-model actors backpressure functional-programming jvm pubsub reactive reactivestreams streams
Last synced: about 3 hours ago
JSON representation
The VLINGO XOOM platform SDK for Reactive Streams built on XOOM ACTORS.
- Host: GitHub
- URL: https://github.com/vlingo/xoom-streams
- Owner: vlingo
- License: mpl-2.0
- Created: 2019-12-06T17:46:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T22:26:43.000Z (12 months ago)
- Last Synced: 2024-05-01T09:50:26.877Z (7 months ago)
- Topics: actor-model, actors, backpressure, functional-programming, jvm, pubsub, reactive, reactivestreams, streams
- Language: Java
- Homepage: https://vlingo.io
- Size: 323 KB
- Stars: 11
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xoom-streams
[![Javadocs](http://javadoc.io/badge/io.vlingo.xoom/xoom-streams.svg?color=brightgreen)](http://javadoc.io/doc/io.vlingo.xoom/xoom-streams) [![Build](https://github.com/vlingo/xoom-streams/workflows/Build/badge.svg)](https://github.com/vlingo/xoom-streams/actions?query=workflow%3ABuild) [![Download](https://img.shields.io/maven-central/v/io.vlingo.xoom/xoom-streams?label=maven)](https://search.maven.org/artifact/io.vlingo.xoom/xoom-streams) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/vlingo-platform-java/streams)
The VLINGO XOOM platform SDK for Reactive Streams built on XOOM ACTORS.
Docs: https://docs.vlingo.io/xoom-streams
### Installationt
```xml
io.vlingo.xoom
xoom-streams
1.11.1
compile
``````gradle
dependencies {
compile 'io.vlingo.xoom:xoom-streams:1.11.1'
}
```License (See LICENSE file for full license)
-------------------------------------------
Copyright © 2012-2023 VLINGO LABS. All rights reserved.This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL
was not distributed with this file, You can obtain
one at https://mozilla.org/MPL/2.0/.