You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: akka-docs/src/main/paradox/common/other-modules.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
-
# Other Akka modules
1
+
# Other Akka libraries
2
2
3
-
This page describes modules that compliment libraries from the Akka core. See [this overview](https://doc.akka.io/libraries/akka-core/current/typed/guide/modules.html) instead for a guide on the core modules.
3
+
This page describes modules that compliment libraries from the Akka core. See [this overview](https://doc.akka.io/libraries/akka-core/current/typed/guide/modules.html) instead for a guide on the core library modules.
4
+
5
+
All Akka libraries and their current versions are listed at **[Akka libraries versions](https://doc.akka.io/libraries/akka-dependencies/current/)**.
6
+
7
+
Please find the **Akka SDK** documentation at [doc.akka.io](https://doc.akka.io).
@@ -24,6 +28,11 @@ The Alpakka Kafka Connector connects Apache Kafka with Akka Streams.
24
28
Akka Projections let you process a stream of events or records from a source to a projected model or external system.
25
29
26
30
31
+
## [Amazon DynamoDB Plugin for Akka Persistence](https://doc.akka.io/libraries/akka-persistence-dynamodb/current/)
32
+
33
+
An Akka Persistence journal and snapshot store backed by Amazon's DynamoDB.
34
+
35
+
27
36
## [Cassandra Plugin for Akka Persistence](https://doc.akka.io/libraries/akka-persistence-cassandra/current/)
28
37
29
38
An Akka Persistence journal and snapshot store backed by Apache Cassandra.
@@ -53,9 +62,4 @@ An Akka Persistence journal and snapshot store for use with R2DBC-compatible dat
53
62
54
63
## Akka Insights
55
64
56
-
Intelligent monitoring and observability purpose-built for Akka: [Lightbend Telemetry](https://developer.lightbend.com/docs/telemetry/current/home.html)
57
-
58
-
## Community Projects
59
-
60
-
Akka has a vibrant and passionate user community, the members of which have created many independent projects using Akka as well as extensions to it. See [Community Projects](https://akka.io/community/).
61
-
65
+
Intelligent monitoring and observability purpose-built for Akka: [Akka Insights](https://doc.akka.io/libraries/akka-insights/current/home.html)
0 commit comments