Akka

Build highly concurrent, distributed, and resilient message-driven applications on the JVM
Alternatives To Akka
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Akka12,6963416819 hours ago77September 09, 2022911otherScala
Build highly concurrent, distributed, and resilient message-driven applications on the JVM
Elixirbooks1,173
10 months agoother
List of Elixir books
Dbtester221
3 years agoMay 24, 20214apache-2.0Go
Distributed database benchmark tester
Tractor210
217 days ago34August 03, 2022128agpl-3.0Python
structured concurrent, Python parallelism
Wukong107
3 years ago2apache-2.0C++
A graph-based distributed in-memory store that leverages efficient graph exploration to provide highly concurrent and low-latency queries over big linked data
Storage79
5 years ago1August 17, 20173mitJavaScript
Concurrent, implicit persistence for node.js
Clock28
4 years ago3October 25, 2019mitRust
Logical clocks implementation in Rust
Distributed21
5 years ago3December 20, 2017mitElixir
Distributed is a wrapper module that helps developers to make distributed, scaled, replicated and fault-tolerant (with takeover ability) master-slave systems.
Spider15
a year ago5mitJava
Automated data race detection from a distributed trace via SMT constraint solving
Fuego Cache13
2 years ago3December 22, 202010apache-2.0Go
Fuego cache is a concurrent hashed key-value pair service written 100% in Golang. A high-speed cache service with HTTP and plain TCP and CLI interfaces with persistence in disk. Easy-to-use & easy-to-deploy cache service totally free. PRs are welcome folks.
Alternatives To Akka
Select To Compare


Alternative Project Comparisons
Readme

Akka Latest version

We believe that writing correct concurrent & distributed, resilient and elastic applications is too hard. Most of the time it's because we are using the wrong tools and the wrong level of abstraction.

Akka is here to change that.

Using the Actor Model we raise the abstraction level and provide a better platform to build correct concurrent and scalable applications. This model is a perfect match for the principles laid out in the Reactive Manifesto.

For resilience, we adopt the "Let it crash" model which the telecom industry has used with great success to build applications that self-heal and systems that never stop.

Actors also provide the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications.

Learn more at akka.io.

Reference Documentation

The reference documentation is available at doc.akka.io, for Scala and Java.

Community

You can join these groups and chats to discuss and ask Akka related questions:

In addition to that, you may enjoy following:

Contributing

Contributions are very welcome!

If you see an issue that you'd like to see fixed, or want to shape out some ideas, the best way to make it happen is to help out by submitting a pull request implementing it. We welcome contributions from all, even you are not yet familiar with this project, We are happy to get you started, and will guide you through the process once you've submitted your PR.

akka-dependency-badge

Refer to the CONTRIBUTING.md file for more details about the workflow, and general hints on how to prepare your pull request. You can also ask for clarifications or guidance in GitHub issues directly, or in the akka/dev chat if a more real time communication would be of benefit.

A chat room is available for all questions related to developing and contributing to Akka: gitter: akka/dev

License

Akka is licensed under the Business Source License 1.1, see LICENSE.

Popular Concurrent Projects
Popular Distributed Systems Projects
Popular Control Flow Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Scala
Streaming
Reactive
Concurrency
Akka
Concurrent
Distributed Systems
Cloud Native
Actor Model
Distributed Actors