GithubHelp home page GithubHelp logo

chunjef / streamz Goto Github PK

View Code? Open in Web Editor NEW

This project forked from krasserm/streamz

0.0 1.0 0.0 1.38 MB

A combinator library for integrating Functional Streams for Scala (FS2), Akka Streams and Apache Camel

License: Apache License 2.0

Scala 83.76% Java 16.24%

streamz's Introduction

Streamz

Gitter Build Status

Streamz provides combinator libraries for integrating Functional Streams for Scala (FS2), Akka Streams and Apache Camel endpoints. They integrate

  • Apache Camel with Akka Streams: Camel endpoints can be integrated into Akka Stream applications with the Camel DSL for Akka Streams.
  • Apache Camel with FS2: Camel endpoints can be integrated into FS2 applications with the Camel DSL for FS2.
  • Akka Streams with FS2: Akka Stream Sources, Flows and Sinks can be converted to FS2 Streams, Pipes and Sinks, respectively, and vice versa with Stream converters.

Streamz intro

Dependencies

Streamz artifacts are available for Scala 2.11 and 2.12 at:

resolvers += "krasserm at bintray" at "http://dl.bintray.com/krasserm/maven"

Latest stable release

libraryDependencies += "com.github.krasserm" %% "streamz-camel-akka" % "0.8.1"

libraryDependencies += "com.github.krasserm" %% "streamz-camel-fs2" % "0.8.1" // uses FS2 0.9.5

libraryDependencies += "com.github.krasserm" %% "streamz-converter" % "0.8.1" // uses FS2 0.9.5

Latest milestone release

libraryDependencies += "com.github.krasserm" %% "streamz-camel-akka" % "0.9-M1"

libraryDependencies += "com.github.krasserm" %% "streamz-camel-fs2" % "0.9-M1" // uses FS2 0.10.0-M3

libraryDependencies += "com.github.krasserm" %% "streamz-converter" % "0.9-M1" // uses FS2 0.10.0-M3

Documentation

Streamz 0.8.1

Streamz 0.9.x

API docs

Streamz 0.8.1

Streamz 0.9.x

Not published yet. Run sbt unidoc on branch r-0.9 or master for generating 0.9 API docs.

External examples

streamz's People

Contributors

ahjohannessen avatar chunjef avatar cquiroz avatar krasserm avatar volkerstampa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.