update integration tools
This commit is contained in:
8
radar/2019-11-01/alpakka.md
Normal file
8
radar/2019-11-01/alpakka.md
Normal 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.
|
||||
@@ -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.
|
||||
10
radar/2019-11-01/apache-camel.md
Normal file
10
radar/2019-11-01/apache-camel.md
Normal 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.
|
||||
Reference in New Issue
Block a user