UNPKG

1.7 kBMarkdownView Raw
1# tymly-etl-plugin
2[![Tymly Package](https://img.shields.io/badge/tymly-package-blue.svg)](https://tymly.io/)
3[![npm (scoped)](https://img.shields.io/npm/v/@wmfs/tymly-etl-plugin.svg)](https://www.npmjs.com/package/@wmfs/tymly-etl-plugin)
4[![CircleCI](https://circleci.com/gh/wmfs/tymly-etl-plugin.svg?style=svg)](https://circleci.com/gh/wmfs/tymly-etl-plugin)
5[![codecov](https://codecov.io/gh/wmfs/tymly-etl-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/wmfs/tymly-etl-plugin)
6[![CodeFactor](https://www.codefactor.io/repository/github/wmfs/tymly-etl-plugin/badge)](https://www.codefactor.io/repository/github/wmfs/tymly-etl-plugin)
7[![Dependabot badge](https://img.shields.io/badge/Dependabot-active-brightgreen.svg)](https://dependabot.com/)
8[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
9[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
10[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/wmfs/tymly-etl-plugin/blob/master/LICENSE)
11
12> A collection of states for helping with Extract, Transform and Load tasks within [TymlyJS](http://www.tymlyjs.io).
13
14## <a name="install"></a>Install
15
16
17## <a name="test"></a>Testing
18
19Before running these tests, you'll need a test PostgreSQL database available and set a `PG_CONNECTION_STRING` environment variable to point to it, for example:
20
21```PG_CONNECTION_STRING=postgres://postgres:postgres@localhost:5432/my_test_db```
22
23
24```bash
25$ npm test
26```
27
28
29## <a name="license"></a>License
30
31[MIT](https://github.com/wmfs/tymly-etl-plugin/blob/master/LICENSE)