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

https://github.com/timnew/rx-etl


https://github.com/timnew/rx-etl

Last synced: 7 months ago
JSON representation

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