mogy-yql

0.1.0 • Public • Published

mogy-yql

MySQL query activity for mogy.

Installation

In your mogy project, install the dependency using npm :

$ npm install mogy-yql --save

To register the yql activity to Amazon Simple Workflow :

$ mogy register

Config

No config required for this module !

Sample Decider Usage

activity({
    name: 'myQuery',
    activity: 'yql',
    input: {
        yqlquery: "SELECT * FROM slideshare.slideshows WHERE user='jcleblanc' LIMIT 1",
        diagnostics: "true",
        envURL: "http://datatables.org/alltables.env"
    }
})

Readme

Keywords

Package Sidebar

Install

npm i mogy-yql

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • neyric