🚫 This project is no longer maintained.
This Simple Data Pipe connector boilerplate for Yahoo has been preconfigured for OAuth1.0 access.You can build your own special purpose connector by implementing the getYahooDataSetList
and fetchRecords
methods in lib/index.js
to fetch the desired data from Trello and optionally enrich it.
A valid yahoo user id is required to use this connector.
Deploy the Simple Data Pipe in Bluemix using the Deploy to Bluemix button or manually.
This connector does not require any additional Bluemix service.
When you follow these steps to install this connector, add the following line to the dependencies list in the package.json
file:
"simple-data-pipe-connector-oauth-yahoo": "https://github.com/ibm-cds-labs/simple-data-pipe-connector-oauth-yahoo.git"
You need to register the Simple Data Pipe application before you can use it to load data.
- Open the yahoo web page and log in.
- ...
To configure and run a pipe
- Open the Simple Data Pipe web console.
- Select Create A New Pipe.
- Select Yahoo OAuth1.0 Data Source for the Type when creating a new pipe
- In the Connect page, enter the application id and secret from the yahoo app preferences page.
- Select the data set (or data sets) to be loaded.
- Schedule or run the data pipe now.
Copyright [2016] IBM Cloud Data Services
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.