github akka/alpakka v0.1
A call to arms

latest releases: v8.0.0, v7.0.2, v7.0.1...
7 years ago

We believe that Akka Streams can be the tool for building a modern alternative to Apache Camel. That will not happen by itself overnight and this is a call for arms for the community to join us on this mission.

This is the initial release of Alpakka modules. Alpakka focuses on connectors to external libraries, integration patterns and data format conversions. Connectors that fall under this category have been moved here from Akka Stream Contrib and released with the new artifact and package names. From now on Akka Stream Contrib is going to focus only on Graph Stages that require no additional dependencies.

Don’t hesitate to get involved! A good first step for such contributions is to create an issue for your favorite integration, vote, or comment on existing issues.

We would also like to see links in the Alpakka documentation to existing integration libraries that provide Reactive Streams or Akka Streams API. Please create a pull request updating the external-connectors.md page.

You can find more information about Alpakka and practical advice of how to build integration components with Akka Streams in our Integrations blog post series.

Documentation

Reference documentation.
API documentation.

Artifacts

libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-amqp" % "0.1"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-cassandra" % "0.1"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-file" % "0.1"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-mqtt" % "0.1"

Don't miss a new alpakka release

NewReleases is sending notifications on new releases.