mogy-yql
v0.1.0
Published
YQL activity module for Mogy
Downloads
2
Readme
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"
}
})