update alpakka and akka streams

This commit is contained in:
Daniel Pötzinger
2019-12-20 14:19:57 +01:00
parent b9aecc6ec3
commit 4ec6d4b361
2 changed files with 9 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
---
title: "Akka Streams"
ring: adopt
quadrant: languages-and-frameworks
featured: false
---

View File

@@ -1,8 +1,6 @@
---
title: "Alpakka & Akka Streams"
title: "Alpakka"
ring: adopt
quadrant: tools
quadrant: languages-and-frameworks
---
The ["Alpakka project"](https://doc.akka.io/docs/alpakka/current/index.html) is an open source initiative to implement stream-aware and reactive integration pipelines for Java and Scala.
It is built on top of Akka Streams, and has been designed from the ground up to understand streaming natively and provide a DSL for reactive and stream-oriented programming, with built-in support for backpressure.