Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikea/appengine-rx
- Owner: mikea
- License: other
- Created: 2013-11-01T16:47:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T20:27:08.000Z (over 9 years ago)
- Last Synced: 2024-10-14T18:32:35.749Z (3 months ago)
- Language: Scala
- Size: 324 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.