update integration tools

This commit is contained in:
Daniel Pötzinger
2019-12-20 13:39:04 +01:00
parent 7ea5902a93
commit c22e882b4b
3 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
---
title: "Alpakka & Akka Streams"
ring: adopt
quadrant: tools
---
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.

View File

@@ -1,3 +1,5 @@
---
featured: false
---
---
Recently our teams migrated some project from anypoint to ["Apache Camel"](/tools/apache-camel.html) or use ["Alpakka"](/tools/alpakka.html) for integration work.

View File

@@ -0,0 +1,10 @@
---
title: "Apache Camel"
ring: adopt
quadrant: tools
---
["Camel"](https://camel.apache.org/) is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.
Our teams are using Apache Camel as API Gateway that offers APIs and takes care of Federation to various Backends as well as Authorisation tasks.