Skip to content

Instantly share code, notes, and snippets.

@rishiloyola
Last active June 19, 2016 18:39
Show Gist options
  • Save rishiloyola/d8b0c72a840370a9473b7fcbfc52959e to your computer and use it in GitHub Desktop.
Save rishiloyola/d8b0c72a840370a9473b7fcbfc52959e to your computer and use it in GitHub Desktop.
docker run -d -e TRANSPORTPIPE="Source({type: \"kinesis\", awsaccesskey: \"XXX\", awssecretkey: \"XXX\", streamname: \"test\"})
.transform(\"module.exports = function(doc) { console.log('transformer: ' + JSON.stringify(doc)) return doc}\")
.save({type: \"appbase\", username: \"XXX\", password: \"XXX\", namespace: \"test.appbase_test\"})"
rishiloyola/streaming-transporter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment