https://github.com/daggerok/lightbend-microprofile-reactive-streams
Lightbend MicroProfile reactive streams
https://github.com/daggerok/lightbend-microprofile-reactive-streams
akka akka-fat akka-fatjar fatjar lightbend lightbend-microprofile microprofile microprofile-reactive-streams mp reactive-streams
Last synced: 3 months ago
JSON representation
Lightbend MicroProfile reactive streams
- Host: GitHub
- URL: https://github.com/daggerok/lightbend-microprofile-reactive-streams
- Owner: daggerok
- Created: 2019-10-10T23:41:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T22:35:54.000Z (over 5 years ago)
- Last Synced: 2025-01-10T00:44:45.679Z (5 months ago)
- Topics: akka, akka-fat, akka-fatjar, fatjar, lightbend, lightbend-microprofile, microprofile, microprofile-reactive-streams, mp, reactive-streams
- Language: Java
- Size: 66.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lightbend MicroProfile reactive streams
```bash
./mvnw
java -jar zero-dependencies/target/*-all.jar
java -jar akka/target/*-all.jar
```_links_
* [Read this reference docs!](https://download.eclipse.org/microprofile/microprofile-reactive-streams-operators-1.0.1//microprofile-reactive-streams-operators-spec.html)
* [reactive streams in OpenLiberty](https://www.infoq.com/news/2019/10/open-liberty-19-0-0-9/?utm_source=notification_email&utm_campaign=notifications&utm_medium=link&utm_content=content_in_followed_topic&utm_term=daily)
* [GitHub: eclipse/microprofile-reactive-streams-operators](https://github.com/eclipse/microprofile-reactive-streams-operators)
* [GitHub: lightbend/microprofile-reactive-streams](https://github.com/lightbend/microprofile-reactive-streams)
* [maven wrapper](https://github.com/takari/maven-wrapper#using-a-different-version-of-maven)
* [CompletionStage](https://www.logicbig.com/tutorials/core-java-tutorial/java-multi-threading/completion-stage-and-completable-future.html)
* [Akka Streams Flows](https://doc.akka.io/docs/akka/current/stream/stream-flows-and-basics.html)
* [Akka Streams Flows basics](https://doc.akka.io/docs/akka/current/stream/stream-flows-and-basics.html)