Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikea/appengine-rx

Reactive data processing in Scala on Appengine
https://github.com/mikea/appengine-rx

Last synced: about 1 month ago
JSON representation

Reactive data processing in Scala on Appengine

Awesome Lists containing this project

README

        

appengine-rx - reactive data processing in Scala on Appengine.
============

Application of reactive programming ideas not to request processing, but to data processing pipelines.
Very early stage of development.

Entry points:
* install RxModule into your Guice configuration module.
* install any number of RxPipeline interface implementation
* use incoming Rx module to obtain "root" observables and build pipelines on it.