Update alpakka.md

This commit is contained in:
raedwards
2018-05-16 14:17:56 +02:00
committed by Daniel Pötzinger
parent 2f5ca01f1e
commit 5be6f0c4a5

View File

@@ -7,13 +7,13 @@ quadrant: languages-and-frameworks
When using [Akka Streams](/languages-and-frameworks/akka-streams.html) to build When using [Akka Streams](/languages-and-frameworks/akka-streams.html) to build
reactive data transformation services you usually need to connect to several reactive data transformation services you usually need to connect to several
different services like FTP, S3 buckets, AMQP brokers or different databases. different services such as FTP, S3 buckets, AMQP brokers or different databases.
[Alpakka](https://developer.lightbend.com/docs/alpakka/current/) provides [Alpakka](https://developer.lightbend.com/docs/alpakka/current/) provides
integration building blocks for Akka Streams to access these services in a integration building blocks for Akka Streams to access these services in a
reactive fashion and also contains transformations for working with XML, CSV or reactive fashion and contains transformations for working with XML, CSV or
JSON structured data. JSON structured data.
Akka Streams and Alpakka combined enables us to build small reactive Combined, Akka Streams and Alpakka enable us to build small reactive
integration services with minimal resource consumption and good performance and integration services with minimal resource consumption and good performance, and
are good alternative to bigger ESB solutions or integration tools. are a good alternative to larger ESB solutions or integration tools.