Skip to content

Commit

Permalink
Add Alpakka
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenlenz committed Apr 30, 2018
1 parent 0b84804 commit d9bd283
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions radar/2017-10-01/alpakka.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,16 @@ ring: assess
quadrant: languages-and-frameworks

---

When using [Akka Streams](/languages-and-frameworks/akka-streams.html) to build
reactive data transformation services you usually need to connect to several
different services like FTP, S3 buckets, AMQP brokers or different databases.

[Alpakka](https://developer.lightbend.com/docs/alpakka/current/) provides
integration building blocks for Akka Streams to access these services in a
reactive fashion and also contains transformations for working with XML, CSV or
JSON structured data.

Akka Streams and Alpakka combined enables us to build small reactive
integration services with minimal resource consumption and good performance and
are good alternative to bigger ESB solutions or integration tools.

0 comments on commit d9bd283

Please sign in to comment.