No description
Find a file
2016-01-19 15:24:54 +02:00
akka-actor Merge pull request #19497 from ktoso/wip-logging 2016-01-19 11:14:28 +01:00
akka-actor-tests Merge pull request #19497 from ktoso/wip-logging 2016-01-19 11:14:28 +01:00
akka-agent =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-bench-jmh +pro add Akka Streams HTTP to master build 2016-01-13 01:25:04 +01:00
akka-camel +cam #11214 add attachments to CamelMessage 2015-11-18 10:22:20 +13:00
akka-cluster Corrected several misspellings of the word "losing". 2016-01-15 20:20:15 -08:00
akka-cluster-metrics Merge pull request #18875 from ktoso/wip-akka.js-cherries-ktoso 2015-11-07 18:01:24 +01:00
akka-cluster-sharding Corrected several misspellings of the word "losing". 2016-01-15 20:20:15 -08:00
akka-cluster-tools =clu #18577 Option to stop cluster client after no receptionist contact timeout 2016-01-11 14:02:12 +01:00
akka-contrib Merge pull request #19239 from galarragas/master 2016-01-19 11:04:08 +01:00
akka-distributed-data =cdd #18328 use set operators union diff instead of ++ -- 2015-11-25 09:17:12 +01:00
akka-docs =doc #19449 new migration guide for streams 2.0 to 2.4 2016-01-19 11:05:28 +01:00
akka-http Merge pull request #19505 from 2m/wip-stream-build-fix 2016-01-19 11:17:11 +02:00
akka-http-core #19503 fix closed-pull in ResponseParsingMerge 2016-01-19 10:21:00 +01:00
akka-http-marshallers-java/akka-http-jackson Various streams build improvements 2016-01-18 18:16:30 +02:00
akka-http-marshallers-scala Various streams build improvements 2016-01-18 18:16:30 +02:00
akka-http-testkit Merge pull request #19505 from 2m/wip-stream-build-fix 2016-01-19 11:17:11 +02:00
akka-http-tests Merge pull request #19505 from 2m/wip-stream-build-fix 2016-01-19 11:17:11 +02:00
akka-kernel =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-multi-node-testkit =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-osgi =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-parsing Various streams build improvements 2016-01-18 18:16:30 +02:00
akka-persistence !peq #19324 update persistence-query to stream 2.0.1 2016-01-11 18:27:35 +01:00
akka-persistence-query !peq #19324 update persistence-query to stream 2.0.1 2016-01-11 18:27:35 +01:00
akka-persistence-tck =per,tck #18639 introduce capability flags for journal features 2015-11-27 10:29:34 +01:00
akka-protobuf =doc fix URL to "The ϕ Accrual Failure Detector" paper 2015-11-04 16:26:45 +02:00
akka-remote #19447 remove compatibility fallbacks for Java < 8 2016-01-14 15:52:13 +01:00
akka-remote-tests Add named exception to detect when a cluster node has been quarantined by others #18758 2015-12-20 13:02:19 -05:00
akka-samples Various streams build improvements 2016-01-18 18:16:30 +02:00
akka-slf4j =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-stream +str #19176 Added Partition Graph Stage with tests 2016-01-19 15:24:54 +02:00
akka-stream-testkit Merge pull request #19505 from 2m/wip-stream-build-fix 2016-01-19 11:17:11 +02:00
akka-stream-tests +str #19176 Added Partition Graph Stage with tests 2016-01-19 15:24:54 +02:00
akka-stream-tests-tck Various streams build improvements 2016-01-18 18:16:30 +02:00
akka-testkit Merge pull request #18963 from johanandren/wip-18312-failed-cluster-metrics-test-johanandren 2015-11-24 12:37:12 +01:00
akka-typed Merge pull request #19505 from 2m/wip-stream-build-fix 2016-01-19 11:17:11 +02:00
project Merge pull request #19505 from 2m/wip-stream-build-fix 2016-01-19 11:17:11 +02:00
scripts =pro Update url in publish samples script 2015-08-14 16:36:43 +02:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore +pro add Akka Streams HTTP to master build 2016-01-13 01:25:04 +01:00
.java-version =per,tck #18639 introduce capability flags for journal features 2015-11-27 10:29:34 +01:00
build.sbt =pro #19054 update to sbt-dependency-graph 0.8.0 2015-12-01 16:15:23 +01:00
CONTRIBUTING.md +pro add Akka Streams HTTP to master build 2016-01-13 01:25:04 +01:00
COPYING.protobuf =all #13783 replace protobuf dependency by embedded version 2015-09-04 09:06:50 +02:00
LICENSE =all #13783 replace protobuf dependency by embedded version 2015-09-04 09:06:50 +02:00
README.md Fix link to contributing.md 2016-01-05 10:16:04 +01:00

Akka

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.

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.

Akka is Open Source and available under the Apache 2 License.

Learn more at akka.io. Join the akka-user mailing list. Follow @akkateam on twitter.

If you are looking to contribute back to Akka, the CONTRIBUTING.md file should provide you with all the information needed to get started.

Gitter