{"id":15039618,"url":"https://github.com/akka/alpakka","last_synced_at":"2025-05-15T00:06:32.489Z","repository":{"id":39612135,"uuid":"70807477","full_name":"akka/alpakka","owner":"akka","description":"Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.","archived":false,"fork":false,"pushed_at":"2025-05-05T09:15:08.000Z","size":96058,"stargazers_count":1264,"open_issues_count":256,"forks_count":642,"subscribers_count":59,"default_branch":"main","last_synced_at":"2025-05-15T00:04:40.570Z","etag":null,"topics":["akka","akka-stream","akka-streams-connectors","hacktoberfest","integration","messaging","reactive","reactive-streams"],"latest_commit_sha":null,"homepage":"https://doc.akka.io/libraries/alpakka/current/","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":"LICENSE","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":"2016-10-13T13:08:14.000Z","updated_at":"2025-05-05T09:15:11.000Z","dependencies_parsed_at":"2023-02-17T19:16:08.517Z","dependency_job_id":"77639917-a94b-498c-88fe-b0df3ee5b75d","html_url":"https://github.com/akka/alpakka","commit_stats":{"total_commits":2360,"total_committers":372,"mean_commits":6.344086021505376,"dds":0.7508474576271187,"last_synced_commit":"4652416745c9bbd5cf398e5b0895dcaa833c89c2"},"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akka%2Falpakka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akka%2Falpakka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akka%2Falpakka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akka%2Falpakka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akka","download_url":"https://codeload.github.com/akka/alpakka/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254249199,"owners_count":22039029,"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":["akka","akka-stream","akka-streams-connectors","hacktoberfest","integration","messaging","reactive","reactive-streams"],"created_at":"2024-09-24T20:43:27.000Z","updated_at":"2025-05-15T00:06:27.470Z","avatar_url":"https://github.com/akka.png","language":"Scala","funding_links":[],"categories":["并发编程"],"sub_categories":[],"readme":"Alpakka\n=======\n\nSystems don't come alone. In the modern world of microservices and cloud deployment, new components must interact with legacy systems, making integration an important key to success. Reactive Streams give us a technology-independent tool to let these heterogeneous systems communicate without overwhelming each other.\n\nThe Alpakka project implements stream-aware \u0026 reactive integration pipelines for Java and Scala. It is built on top of [Akka Streams](https://doc.akka.io/libraries/akka-core/current/stream/index.html), and has been designed from the ground up to understand streaming natively and provide a DSL for reactive and stream-oriented programming, with built-in support for backpressure. Akka Streams is a [Reactive Streams](http://www.reactive-streams.org/) and JDK 9+ [java.util.concurrent.Flow](https://docs.oracle.com/javase/10/docs/api/java/util/concurrent/Flow.html)-compliant implementation and therefore [fully interoperable](https://doc.akka.io/libraries/akka-core/current/general/stream/stream-design.html#interoperation-with-other-reactive-streams-implementations) with other implementations.\n\nThe Akka family of projects is managed by teams at [Lightbend](https://lightbend.com) with help from the community.\n\nDocumentation\n-------------\n\n- [Alpakka reference](https://doc.akka.io/libraries/alpakka/current/) documentation\n\n- [Alpakka Kafka connector reference](https://doc.akka.io/libraries/akka-stream-kafka/current/) documentation\n\nTo keep up with the latest Alpakka releases check out [Alpakka releases](https://github.com/akka/alpakka/releases) and [Alpakka Kafka connector releases](https://github.com/akka/alpakka-kafka/releases).\n\n\nCommunity\n---------\n\nYou can join these forums and chats to discuss and ask Akka and Alpakka related questions:\n\n- Forums: [discuss.akka.io.](https://discuss.akka.io/c/akka/streams-and-alpakka)\n- Issue tracker: [github.com/akka/alpakka/issues](https://github.com/akka/alpakka/issues)\n\nIn addition to that, you may enjoy the following:\n\n- The [Akka Team Blog](https://akka.io/blog/)\n- [@akkateam](https://twitter.com/akkateam) on Twitter\n- Questions tagged [#alpakka on StackOverflow](http://stackoverflow.com/questions/tagged/alpakka)\n\n\n\nContributing\n------------\n\n[Lightbend](https://www.lightbend.com/) is committed to Alpakka and has an Alpakka team working on it.\n\nContributions are *very* welcome! The Alpakka team appreciates community contributions by both those new to Alpakka and those more experienced.\nAlpakka depends on the community to keep up with the ever-growing number of technologies with which to integrate. Please step up and share the successful Akka Stream integrations you implement with the Alpakka community.\n\nIf you find an issue that you'd like to see fixed, the quickest way to make that happen is to implement the fix and submit a pull request.\n\nRefer to the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details about the workflow, and general hints on how to prepare your pull request. If you're planning to implement a new module within Alpakka, look at our [contributor advice](contributor-advice.md).\n\nYou can also ask for clarifications or guidance in GitHub issues directly.\n\nCaveat Emptor\n-------------\n\nAlpakka components are not always binary compatible between releases. API changes that are not backward compatible might be introduced as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. If not stated otherwise, the [Lightbend subscription](https://www.lightbend.com/subscription) does *not* cover support for Alpakka modules.\n\nOur goal is to improve the stability and test coverage for Alpakka APIs over time.\n\nLicense\n-------\nAlpakka is licensed under the [Business Source License (BSL) 1.1](https://github.com/akka/alpakka/blob/main/LICENSE), please see the [Akka License FAQ](https://www.lightbend.com/akka/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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakka%2Falpakka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakka%2Falpakka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakka%2Falpakka/lists"}