Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simple-data-pipe-connector-flightstats

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-data-pipe-connector-flightstats

Connector for generating Training, Test and Blind data for Spark MLLib Flight predictor application

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Simple Data Pipe Connector for flightstats.com

Simple Data Pipe connector for flighstats.com.

This connector generates training, test and blind data for the flight predictor spark MLLib application. It uses the flightstats API to fetch flight departure information for selected US airports, combines it with local weather data and stores the data sets using the Simple Data Pipe SDK in Cloudant.

Need to load data from other sources? Check out the connector repository.

Pre-requisites

General

To load flightstats.com data you have to have a developer account. A 30 day trial is available for evaluation purposes.

Deploy the Simple Data Pipe

Deploy the Simple Data Pipe in Bluemix using the Deploy to Bluemix button or manually.

Services

This connector requires the Weather Company Data service in IBM Bluemix to be bound to the Simple Data Pipe application.

Provision and bind an Weather Company Data service instance using the Bluemix web console (Show me how) or run the following Cloud Foundry commands (Show me how):

  $ cf create-service weatherinsights Free weather
  $ cf bind-service simple-data-pipe weather
  $ cf restage simple-data-pipe

Pro Tip: If you want to re-use an existing instance that is not named weather, create a USER-DEFINED Environment Variable in the Simple Data Pipe application named WEATHER and set its value to the name of the existing Weather Company Data service. (Show me how - Bluemix) (Show me how - Cloud Foundry client)

Install the flightstats.com connector

Install the connector using these instructions into the Simple Data Pipe.

Enable OAuth support and collect connectivity information

Before the Simple Data Pipe can connect to flightstats.com, complete these steps:

  1. Log in to the flightstats.com developer center.
  2. Open the Dashboard.
  3. Take note of the APPLICATION ID and APPLICATION KEY.

Using the flightstats.com Connector

  1. Open the Simple Data Pipe web console.
  2. Select Create A New Pipe.
  3. Select Flight Stats for the Type, provide a unique pipe Name (e.g. my flightstats demo pipe) and an optional Description.
  4. In the Connect page, fill in the Application ID and the Application Key from the flightstats developer center.
  5. Select which data sets to retrieve: all, training, test or blind.
  6. Schedule a pipe run or run the pipe immediately.
License

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.

Keywords

FAQs

Package last updated on 14 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc