https://github.com/timnew/rx-etl
https://github.com/timnew/rx-etl
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timnew/rx-etl
- Owner: timnew
- License: mit
- Created: 2016-03-22T12:40:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T13:16:44.000Z (about 10 years ago)
- Last Synced: 2025-01-11T06:24:21.783Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rx-ETL [![NPM version][npm-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Dependency Status][depstat-image]][depstat-url]
==============================
> This is the ETL pipeline with Rx.js
## Install
Install using [npm][npm-url].
$ npm install Rx-ETL --save
## License
MIT
[![NPM downloads][npm-downloads]][npm-url]
[homepage]: https://github.com/timnew/rx-etl
[npm-url]: https://npmjs.org/package/rx-etl
[npm-image]: http://img.shields.io/npm/v/rx-etl.svg?style=flat
[npm-downloads]: http://img.shields.io/npm/dm/rx-etl.svg?style=flat
[ci-url]: https://travis-ci.org/timnew/rx-etl/
[ci-image]: https://img.shields.io/travis/timnew/rx-etl.svg?style=flat
[depstat-url]: https://gemnasium.com/timnew/rx-etl
[depstat-image]: http://img.shields.io/gemnasium/timnew/rx-etl.svg?style=flat
[RxJS]: https://github.com/Reactive-Extensions/RxJS
[Observable]: https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/observable.md
[Observer]: https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/observer.md
[Rx documentation]: https://github.com/Reactive-Extensions/RxJS/tree/master/doc