Skip to content

Akka -- Build powerful reactive, concurrent, and distributed applications more easily

Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.

Akka is the implementation of the Actor Model on the JVM.

Simpler Concurrent & Distributed Systems

Actors and Streams let you build systems that scale up, using the resources of a server more efficiently, and out, using multiple servers.

Resilient by Design

Building on the principles of The Reactive Manifesto Akka allows you to write systems that self-heal and stay responsive in the face of failures.

High Performance

Up to 200 million msg/sec on a single machine. Small memory footprint; ~2.5 million actors per GB of heap.

Elastic & Decentralized

Distributed systems without single points of failure. Load balancing and adaptive routing across nodes. Event Sourcing and CQRS with Cluster Sharding. Distributed Data for eventual consistency using CRDTs.

Reactive Streaming Data

Asynchronous non-blocking stream processing with backpressure. Fully async and streaming HTTP server and client provides a great platform for building microservices. Streaming integrations with Alpakka.

Find the full documentation at https://akka.io

Pinned Loading

  1. akka-sdk akka-sdk Public

    The Akka SDK offer a set of components that let you build durable, responsive, real-time services.

    Java 17 10

  2. akka-core akka-core Public

    A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.

    Scala 13.2k 3.6k

  3. akka-http akka-http Public

    The Streaming-first HTTP server/module of Akka

    Scala 1.3k 593

  4. akka-projection akka-projection Public

    Akka Projections is intended for building systems with the CQRS pattern, and facilitate in event-based service-to-service communication.

    Scala 103 36

  5. alpakka alpakka Public

    Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.

    Scala 1.3k 635

  6. alpakka-kafka alpakka-kafka Public

    Alpakka Kafka connector - Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.

    Scala 1.4k 377

Repositories

Showing 10 of 52 repositories
  • akka-sdk Public

    The Akka SDK offer a set of components that let you build durable, responsive, real-time services.

    akka/akka-sdk’s past year of commit activity
    Java 17 10 35 9 Updated Dec 19, 2025
  • akka-core Public

    A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.

    akka/akka-core’s past year of commit activity
    Scala 13,242 3,582 875 (200 issues need help) 26 Updated Dec 19, 2025
  • github-actions-scripts Public

    General repository for public github action scripts used throughout the Akka orgs

    akka/github-actions-scripts’s past year of commit activity
    Shell 0 0 1 0 Updated Dec 19, 2025
  • akka-dependencies Public

    Maven "bill of materials" (BOM) for Akka releases

    akka/akka-dependencies’s past year of commit activity
    Scala 5 3 0 0 Updated Dec 17, 2025
  • akka-projection Public

    Akka Projections is intended for building systems with the CQRS pattern, and facilitate in event-based service-to-service communication.

    akka/akka-projection’s past year of commit activity
    Scala 103 36 77 (2 issues need help) 7 Updated Dec 17, 2025
  • akka-persistence-dynamodb Public

    DynamoDB plugin for Akka Persistence

    akka/akka-persistence-dynamodb’s past year of commit activity
    Scala 2 4 14 3 Updated Dec 16, 2025
  • homebrew-brew Public

    Homebrew tap for installation of Akka command line tools

    akka/homebrew-brew’s past year of commit activity
    Ruby 0 Apache-2.0 0 0 0 Updated Dec 16, 2025
  • akka-grpc-quickstart-scala.g8 Public

    A minimal seed template for an Akka gRPC with Scala build

    akka/akka-grpc-quickstart-scala.g8’s past year of commit activity
    Scala 19 8 5 0 Updated Dec 15, 2025
  • akka-grpc Public

    A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.

    akka/akka-grpc’s past year of commit activity
    Scala 433 126 163 (14 issues need help) 6 Updated Dec 15, 2025
  • akka-quickstart-scala.g8 Public

    A minimal seed template for an Akka with Scala build

    akka/akka-quickstart-scala.g8’s past year of commit activity
    Scala 54 38 6 0 Updated Dec 2, 2025

Top languages

Loading…

Most used topics

Loading…