文件名称:vandelay:导入,导出和ETL
文件大小:23.76MB
文件格式:ZIP
更新时间:2024-05-28 14:31:39
JavaScript
简陋的简单数据管道实用程序带。 Vandelay 安装 npm install vandelay --save 示例-平面文件 import { tap , fetch , transform , parse } from 'vandelay' fetch ( { url : 'http://google.com/example.geojson' , parser : parse ( 'geojson' ) } ) . pipe ( transform ( async ( row ) => { const external = await otherApi ( row . field ) return { ... row , external } } ) ) . pipe ( tap ( async ( row , met
【文件预览】:
vandelay-master
----.gitignore(232B)
----README.md(9KB)
----tests()
--------getPossibleSelectors.js(2KB)
--------pipeline()
--------fetch()
--------fixtures()
--------autoFormat.js(8KB)
--------transform()
--------parse()
--------index.js(2KB)
--------tap()
----LICENSE(1KB)
----package.json(3KB)
----dist()
--------getPossibleSelectors.js(2KB)
--------pipeline()
--------fetch()
--------streams()
--------sandbox.js(2KB)
--------autoFormat.js(5KB)
--------transform()
--------hardClose.js(608B)
--------mergeURL.js(630B)
--------parse()
--------index.js(764B)
--------tap()
----src()
--------getPossibleSelectors.js(1KB)
--------pipeline()
--------fetch()
--------streams()
--------sandbox.js(2KB)
--------autoFormat.js(5KB)
--------transform()
--------hardClose.js(454B)
--------mergeURL.js(293B)
--------parse()
--------index.js(285B)
--------tap()
----.travis.yml(107B)
----.editorconfig(781B)
----.eslintrc.js(240B)