You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2018. It is now read-only.
va barbosa edited this page Jan 15, 2016
·
3 revisions
pipes-sdk
The Simple Data Pipe application includes connectors for multiple data sources as well as the ability to implement your own connector. For creating your own connector, the data pipe provides two approaches (using the pipes-sdk):
The advanced approach (extending connector.js) requires you to handle the authentication and to configure all the steps of the pipe run (i.e., fetch data from source, copy data into Cloudant, etc).
The simplified approach (extending connectorExt.js) handles the latter half of the pipe run for you and only requires you to handle the authentication and fetching of records from the data source.