All Projects → akka → Alpakka

akka / Alpakka

Licence: other
Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Alpakka

Akka Grpc
Akka gRPC
Stars: ✭ 361 (-68.72%)
Mutual labels:  hacktoberfest, reactive, reactive-streams, akka
Alpakka Kafka
Alpakka Kafka connector - Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
Stars: ✭ 1,295 (+12.22%)
Mutual labels:  reactive, reactive-streams, akka
Akka Http
The Streaming-first HTTP server/module of Akka
Stars: ✭ 1,163 (+0.78%)
Mutual labels:  hacktoberfest, reactive, akka
Clickhouse Scala Client
Clickhouse Scala Client with Reactive Streams support
Stars: ✭ 84 (-92.72%)
Mutual labels:  reactive, reactive-streams, akka
Akka
Build highly concurrent, distributed, and resilient message-driven applications on the JVM
Stars: ✭ 11,938 (+934.49%)
Mutual labels:  hacktoberfest, reactive, akka
Lagom
Reactive Microservices for the JVM
Stars: ✭ 2,590 (+124.44%)
Mutual labels:  hacktoberfest, reactive, akka
akka-cookbook
提供清晰、实用的Akka应用指导
Stars: ✭ 30 (-97.4%)
Mutual labels:  reactive, akka, reactive-streams
Hermes
Fast and reliable message broker built on top of Kafka.
Stars: ✭ 665 (-42.37%)
Mutual labels:  hacktoberfest, messaging
Cloudstate
Distributed State Management for Serverless
Stars: ✭ 709 (-38.56%)
Mutual labels:  reactive, akka
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (-37%)
Mutual labels:  hacktoberfest, messaging
Reaktive
Kotlin multi-platform implementation of Reactive Extensions
Stars: ✭ 760 (-34.14%)
Mutual labels:  hacktoberfest, reactive
Spring Cloud Stream
Framework for building Event-Driven Microservices
Stars: ✭ 662 (-42.63%)
Mutual labels:  reactive, messaging
Servicetalk
A networking framework that evolves with your application
Stars: ✭ 656 (-43.15%)
Mutual labels:  reactive, reactive-streams
R2dbc Postgresql
Postgresql R2DBC Driver
Stars: ✭ 714 (-38.13%)
Mutual labels:  reactive, reactive-streams
Messagekit
A community-driven replacement for JSQMessagesViewController
Stars: ✭ 5,036 (+336.4%)
Mutual labels:  hacktoberfest, messaging
Rxcombine
Bi-directional type bridging between RxSwift and Apple's Combine framework
Stars: ✭ 741 (-35.79%)
Mutual labels:  reactive, reactive-streams
Lapin
AMQP client library in Rust, with a clean, futures based API
Stars: ✭ 497 (-56.93%)
Mutual labels:  hacktoberfest, messaging
Sinuous
🧬 Light, fast, reactive UI library
Stars: ✭ 740 (-35.88%)
Mutual labels:  hacktoberfest, reactive
Scalecube Services
v2.0 - ScaleCube Services provides a low latency Reactive Microservices library for serverless service registry and discovery based on gossip protocol and without single point-of-failure or bottlenecks.
Stars: ✭ 23 (-98.01%)
Mutual labels:  reactive, reactive-streams
Lagom Example
Example usage of the Lagom Framework for writing Java-based microservices
Stars: ✭ 20 (-98.27%)
Mutual labels:  reactive, akka

Alpakka scaladex-badge maven-central-badge travis-badge gitter-badge

Systems 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.

The Alpakka project is an open source initiative to implement stream-aware, reactive, integration pipelines for Java and Scala. It is built on top of Akka Streams, 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 and JDK 9+ java.util.concurrent.Flow-compliant implementation and therefore fully interoperable with other implementations.

Documentation

To keep up with the latest Alpakka releases check out Alpakka releases and Alpakka Kafka connector releases.

Community

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

In addition to that, you may enjoy the following:

Contributing

Lightbend is committed to Alpakka and has an Alpakka team working on it.

Contributions are very welcome! The Alpakka team appreciates community contributions by both those new to Alpakka and those more experienced. Alpakka 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.

If 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.

Refer to the 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.

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.

Caveat Emptor

Alpakka 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 does not cover support for Alpakka modules.

Our goal is to improve the stability and test coverage for Alpakka APIs over time.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].