Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions akka-docs/src/main/paradox/common/other-modules.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Other Akka modules
# Other Akka libraries

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.
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.

All Akka libraries and their current versions are listed at **[Akka libraries versions](https://doc.akka.io/libraries/akka-dependencies/current/)**.

Please find the **Akka SDK** documentation at [doc.akka.io](https://doc.akka.io).

## [Akka HTTP](https://doc.akka.io/libraries/akka-http/current/)

Expand All @@ -24,6 +28,11 @@ The Alpakka Kafka Connector connects Apache Kafka with Akka Streams.
Akka Projections let you process a stream of events or records from a source to a projected model or external system.


## [Amazon DynamoDB Plugin for Akka Persistence](https://doc.akka.io/libraries/akka-persistence-dynamodb/current/)

An Akka Persistence journal and snapshot store backed by Amazon's DynamoDB.


## [Cassandra Plugin for Akka Persistence](https://doc.akka.io/libraries/akka-persistence-cassandra/current/)

An Akka Persistence journal and snapshot store backed by Apache Cassandra.
Expand Down Expand Up @@ -53,9 +62,4 @@ An Akka Persistence journal and snapshot store for use with R2DBC-compatible dat

## Akka Insights

Intelligent monitoring and observability purpose-built for Akka: [Lightbend Telemetry](https://developer.lightbend.com/docs/telemetry/current/home.html)

## Community Projects

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/).

Intelligent monitoring and observability purpose-built for Akka: [Akka Insights](https://doc.akka.io/libraries/akka-insights/current/home.html)