0.1.0 • Published 9 years ago

mogy-yql v0.1.0

Weekly downloads
2
License
MIT
Repository
-
Last release
9 years ago

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"
    }
})
0.1.0

9 years ago