From 531553ca27d8fa167f0645e2cebe685399cb9d8e Mon Sep 17 00:00:00 2001 From: Enno <458526+ennru@users.noreply.github.com> Date: Tue, 4 Aug 2020 14:01:58 +0200 Subject: [PATCH] docs: add newish modules in listing (#29446) --- .../src/main/paradox/common/other-modules.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/akka-docs/src/main/paradox/common/other-modules.md b/akka-docs/src/main/paradox/common/other-modules.md index ed3e1046ed..a1d5f41b0c 100644 --- a/akka-docs/src/main/paradox/common/other-modules.md +++ b/akka-docs/src/main/paradox/common/other-modules.md @@ -12,6 +12,12 @@ Alpakka is a Reactive Enterprise Integration library for Java and Scala, based o The Alpakka Kafka Connector connects Apache Kafka with Akka Streams. + +## [Akka Projection](https://doc.akka.io/docs/akka-projection/current/) + +Akka Projections let you process a stream of events or records from a source to a projected model or external system. + + ## [Cassandra Plugin for Akka Persistence](https://doc.akka.io/docs/akka-persistence-cassandra/current/) An Akka Persistence journal and snapshot store backed by Apache Cassandra. @@ -20,6 +26,17 @@ An Akka Persistence journal and snapshot store backed by Apache Cassandra. An Akka Persistence journal and snapshot store backed by Couchbase. + +## [JDBC Plugin for Akka Persistence](https://doc.akka.io/docs/akka-persistence-jdbc/current/) + +An Akka Persistence journal and snapshot store for use with JDBC-compatible databases. This implementation relies on [Slick](https://scala-slick.org/). + + +## [Google Cloud Spanner Plugin for Akka Persistence](https://doc.akka.io/docs/akka-persistence-spanner/current/) + +Use [Google Cloud Spanner](https://cloud.google.com/spanner/) as Akka Persistence journal and snapshot store. This integration relies on [Akka gRPC](https://doc.akka.io/docs/akka-grpc/current/). + + ## Akka Management * [Akka Management](https://doc.akka.io/docs/akka-management/current/) provides a central HTTP endpoint for Akka management extensions.