Skip to content

Instantly share code, notes, and snippets.

@rishiloyola
Last active June 19, 2016 13:21
Show Gist options
  • Save rishiloyola/ea899510e9ea8eeff6847b87971d8659 to your computer and use it in GitHub Desktop.
Save rishiloyola/ea899510e9ea8eeff6847b87971d8659 to your computer and use it in GitHub Desktop.
var pipeline = Source({name:"kinesisstream"})
pipeline = pipeline.transform({filename: "transformers/json_converter.js", namespace: "test.appbase_test", debug: true})
pipeline.save({name:"appbaseapp", namespace:"test.appbase_test", debug:true});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment