{"id":13399202,"url":"https://github.com/akka/akka","last_synced_at":"2025-09-09T21:16:40.245Z","repository":{"id":502800,"uuid":"130013","full_name":"akka/akka","owner":"akka","description":"A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.","archived":false,"fork":false,"pushed_at":"2025-05-05T16:05:04.000Z","size":281583,"stargazers_count":13153,"open_issues_count":881,"forks_count":3588,"subscribers_count":573,"default_branch":"main","last_synced_at":"2025-05-05T20:51:44.647Z","etag":null,"topics":["actor-model","akka","cloud-native","concurrency","distributed-actors","distributed-systems","high-performance","reactive","streaming"],"latest_commit_sha":null,"homepage":"https://doc.akka.io","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING.protobuf","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2009-02-16T12:51:54.000Z","updated_at":"2025-05-02T13:52:59.000Z","dependencies_parsed_at":"2023-12-20T13:13:56.404Z","dependency_job_id":"e0c9c869-44c7-4eb4-b2c6-2857622f7c2a","html_url":"https://github.com/akka/akka","commit_stats":{"total_commits":19709,"total_committers":1068,"mean_commits":"18.454119850187265","dds":0.8418489015170734,"last_synced_commit":"824678a5dc2e5e71a6f009c212550bda6c71fde0"},"previous_names":[],"tags_count":364,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akka%2Fakka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akka%2Fakka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akka%2Fakka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akka%2Fakka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akka","download_url":"https://codeload.github.com/akka/akka/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253160780,"owners_count":21863631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actor-model","akka","cloud-native","concurrency","distributed-actors","distributed-systems","high-performance","reactive","streaming"],"created_at":"2024-07-30T19:00:35.160Z","updated_at":"2025-05-13T10:44:01.713Z","avatar_url":"https://github.com/akka.png","language":"Scala","readme":"Akka\n====\nThe Akka family of projects is managed by teams at [Akka](https://akka.io/) with help from the community.\n\nWe believe that writing correct concurrent \u0026 distributed, resilient and elastic applications is too hard.\nMost of the time it's because we are using the wrong tools and the wrong level of abstraction.\n\nAkka is here to change that.\n\nUsing 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](https://www.reactivemanifesto.org/).\n\nFor 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.\n\nActors also provide the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications.\n\nLearn more at [akka.io](https://akka.io/).\n\nReference Documentation\n-----------------------\n\nThe reference documentation is available at [doc.akka.io](https://doc.akka.io),\nfor [Scala](https://doc.akka.io/libraries/akka-core/current/?language=scala) and [Java](https://doc.akka.io/libraries/akka-core/current/?language=java).\n\nCurrent versions of all Akka libraries\n--------------------------------------\n\nThe current versions of all Akka libraries are listed on the [Akka Dependencies](https://doc.akka.io/libraries/akka-dependencies/current/) page. Releases of the Akka core libraries in this repository are listed on the [GitHub releases](https://github.com/akka/akka/releases) page.\n\nCommunity\n---------\nYou can join these groups and chats to discuss and ask Akka related questions:\n\n- Forums: [discuss.akka.io](https://discuss.akka.io)\n- Issue tracker: [![github: akka/akka](https://img.shields.io/badge/github%3A-issues-blue.svg?style=flat-square)](https://github.com/akka/akka/issues)\n\nIn addition to that, you may enjoy following:\n\n- Questions tagged [#akka on StackOverflow](https://stackoverflow.com/questions/tagged/akka)\n\nContributing\n------------\n**Contributions are *very* welcome!**\n\nIf you see an issue that you'd like to see fixed, or want to shape out some ideas,\nthe best way to make it happen is to help out by submitting a pull request implementing it.\nWe welcome contributions from all, even you are not yet familiar with this project,\nWe are happy to get you started, and will guide you through the process once you've submitted your PR.\n\nRefer to the [CONTRIBUTING.md](https://github.com/akka/akka/blob/main/CONTRIBUTING.md) file for more details about the workflow,\nand general hints on how to prepare your pull request. You can also ask for clarifications or guidance in GitHub issues directly,\nor in the akka/dev chat if a more real time communication would be of benefit.\n\nLicense\n-------\nAkka is licensed under the Business Source License 1.1, please see the [Akka License FAQ](https://akka.io/bsl-license-faq).\n\nTests and documentation are under a separate license, see the LICENSE file in each documentation and test root directory for details.\n","funding_links":[],"categories":["Scala","Domain-driven design (DDD) and Event","后端开发框架及项目","Table of Contents","并发编程","streaming","Frameworks, Libraries and Tools"],"sub_categories":["管理面板","Toolkit","Distributed Systems","Application Frameworks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakka%2Fakka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakka%2Fakka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakka%2Fakka/lists"}