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.

    Scala 4 5

  2. akka akka Public

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

    Scala 13.1k 3.6k

  3. akka-http akka-http Public

    The Streaming-first HTTP server/module of Akka

    Scala 1.3k 595

  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 641

  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 387

Repositories

Showing 10 of 52 repositories
  • akka/akka-persistence-r2dbc’s past year of commit activity
    Scala 24 18 36 3 Updated Jan 18, 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 75 (2 issues need help) 6 Updated Jan 18, 2025
  • 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
    Scala 4 5 1 6 Updated Jan 17, 2025
  • akka-dev-cert Public

    A flight training scheduler application built with Akka SDK that manages real-time bookings between students, instructors, and aircraft. This event-driven system coordinates availability, handles reservations, and maintains scheduling consistency through a distributed architecture.

    akka/akka-dev-cert’s past year of commit activity
    Java 0 0 0 0 Updated Jan 16, 2025
  • akka/akka-dev-cert-solution’s past year of commit activity
    Java 0 0 0 0 Updated Jan 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 Jan 16, 2025
  • akka-dependencies Public

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

    akka/akka-dependencies’s past year of commit activity
    Scala 4 3 0 0 Updated Jan 15, 2025
  • akka-dev-cert-ui Public

    A comprehensive flight training scheduler system that coordinates real-time bookings between students, instructors, and aircraft using event-driven Akka components and domain-driven design. The system features calendar-based time slot management, automated booking workflows, and a React-based UI that provides interactive scheduling capabilities.

    akka/akka-dev-cert-ui’s past year of commit activity
    JavaScript 0 0 0 0 Updated Jan 14, 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 432 124 161 (14 issues need help) 7 Updated Jan 14, 2025
  • akka-persistence-dynamodb Public

    DynamoDB plugin for Akka Persistence

    akka/akka-persistence-dynamodb’s past year of commit activity
    Scala 2 3 9 1 Updated Jan 14, 2025

Top languages

Loading…

Most used topics

Loading…