Fix links and add empty alpakka link target

This commit is contained in:
Carsten Lenz
2017-09-12 22:55:35 +02:00
parent 90aac69f7a
commit 516144a1cb
2 changed files with 9 additions and 5 deletions

View File

@@ -15,8 +15,8 @@ Seeing this data as a stream of elements could allow to handle them piece by
piece and only keeping as much of the data in-process as can currently be piece and only keeping as much of the data in-process as can currently be
handled. handled.
(http://doc.akka.io/docs/akka/current/scala/stream/index.html)[Akka Streams] is [Akka Streams](http://doc.akka.io/docs/akka/current/scala/stream/index.html) is
a (http://www.reactive-streams.org/)[Reactive Streams] implementation that a [Reactive Streams](http://www.reactive-streams.org/) implementation that
provides a very end-user friendly API for setting up streams for data provides a very end-user friendly API for setting up streams for data
processing that are bounded in resource usage and efficient. It uses the Akka processing that are bounded in resource usage and efficient. It uses the Akka
Actor Framework to execute these streams in an asynchronous and parallel Actor Framework to execute these streams in an asynchronous and parallel
@@ -29,8 +29,6 @@ Our first trials with Akka Streams were promising but we have not implemented
more complex services with it. more complex services with it.
We will continue looking into it together with the We will continue looking into it together with the
(/languages-and-frameworks/alpakka.html)[Alpakka] Connectors for integration [Alpakka](/languages-and-frameworks/alpakka.html) Connectors for integration
work. work.

View File

@@ -0,0 +1,6 @@
---
title: "Alpakka"
ring: assess
quadrant: languages-and-frameworks
---