Created
September 28, 2010 21:36
-
-
Save deplorableword/601833 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Balla:zeitgeist tom$ ruby scripts/smq bridge --input twitter_sample | |
[bridge_twitter_sample_to_stdio] 2010-09-28 22:35:43 - INFO : start processing: twitter_sample => bridge => stdio | |
[bridge_twitter_sample_to_stdio] 2010-09-28 22:35:43 - INFO : name: bridge_twitter_sample_to_stdio | |
[bridge_twitter_sample_to_stdio] 2010-09-28 22:35:43 - INFO : input config: twitter_sample | |
[bridge_twitter_sample_to_stdio] 2010-09-28 22:35:43 - INFO : output config: stdio | |
[bridge_twitter_sample_to_stdio] 2010-09-28 22:35:43 - INFO : input queue name: twitter.sample | |
[bridge_twitter_sample_to_stdio] 2010-09-28 22:35:43 - INFO : output queue name: | |
[bridge_twitter_sample_to_stdio] 2010-09-28 22:35:43 - INFO : json params: {} | |
[bridge_twitter_sample_to_stdio] 2010-09-28 22:35:43 - INFO : parsed params: {} | |
{:output_queue=> | |
#<SMQueue::StdioAdapter:0x10251e408 | |
@configuration= | |
#<SMQueue::BaseStdioAdapter::Configuration:0x102517bd0 | |
@logger= | |
<Logging::Logger:0x811e892c name="bridge_twitter_sample_to_stdio">, | |
@name=nil>>, | |
:config=>"config/mq.yml", | |
:error_queue=> | |
#<SMQueue::StdioAdapter:0x1022bd948 | |
@configuration= | |
#<SMQueue::BaseStdioAdapter::Configuration:0x1022ba680 | |
@logger= | |
<Logging::Logger:0x811e892c name="bridge_twitter_sample_to_stdio">>>, | |
:source_file=>"smq/bridge", | |
:input=>:twitter_sample, | |
:queue_configuration=> | |
{:twitter_sample_raw=> | |
{:adapter=>"bunny", :host=>"localhost", :name=>"twitter.sample.raw"}, | |
:twitter_delete=> | |
{:adapter=>"bunny", :host=>"localhost", :name=>"twitter.delete"}, | |
:twitter_sample_split=> | |
{:adapter=>"bunny", :host=>"localhost", :name=>"twitter.sample.split"}, | |
:twitter_links_unresolved=> | |
{:adapter=>"bunny", :host=>"localhost", :name=>"twitter.links.unresolved"}, | |
:twitter_sample_stripped=> | |
{:adapter=>"bunny", :host=>"localhost", :name=>"twitter.sample.stripped"}, | |
:readline=>{:adapter=>"ReadlineAdapter"}, | |
:report=>{:adapter=>"bunny", :host=>"localhost", :name=>"report.twitter"}, | |
:twitter_command=> | |
{:adapter=>"bunny", :host=>"localhost", :name=>"twitter.delete"}, | |
:twitter_links=> | |
{:adapter=>"bunny", :host=>"localhost", :name=>"twitter.links"}, | |
:twitter_sample=> | |
{:adapter=>"bunny", :host=>"localhost", :name=>"twitter.sample"}, | |
:stdio=>{:adapter=>"StdioAdapter"}, | |
:tee=>{:adapter=>"bunny", :host=>"localhost", :name=>"report.tee"}, | |
:twitter_track=> | |
{:adapter=>"bunny", :host=>"localhost", :name=>"twitter.track"}, | |
:twitter_links_bbc=> | |
{:adapter=>"bunny", :host=>"localhost", :name=>"twitter.links.bbc"}, | |
:null=>{:adapter=>"NullAdapter"}, | |
:error=>{:adapter=>"StdioAdapter"}, | |
:twitter_filtered=> | |
{:adapter=>"bunny", :host=>"localhost", :name=>"twitter.filtered"}, | |
:twitter_links_bitly=> | |
{:adapter=>"bunny", :host=>"localhost", :name=>"twitter.links.bitly"}}, | |
:report_queue=>nil, | |
:output=>:stdio, | |
:verbose=>false, | |
:debug=>false, | |
:name=>"bridge_twitter_sample_to_stdio", | |
:input_queue=> | |
#<SMQueue::BunnyAdapter:0x10232bf38 | |
@configuration= | |
#<SMQueue::BunnyAdapter::Configuration:0x102328ec8 | |
@host="localhost", | |
@logger= | |
<Logging::Logger:0x811e892c name="bridge_twitter_sample_to_stdio">, | |
@name="twitter.sample">>, | |
:control_queue=> | |
#<SMQueue::NullAdapter:0x1022997a0 | |
@configuration= | |
#<SMQueue::NullAdapter::Configuration:0x102297018 @logger=nil>>} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment