Steve Blackmon created STREAMS-411:
--------------------------------------
Summary: ability (and instructions on how) to run providers
directly from console
Key: STREAMS-411
URL: https://issues.apache.org/jira/browse/STREAMS-411
Project: Streams
Issue Type: Improvement
Reporter: Steve Blackmon
All of the providers currently require attachment to a run-time to use.
If providers could be configured and executed directly from the console, they
would become more valuable for casual use cases where users just want to easily
grab documents without writing or deploying custom code.
This would probably take the form of adding a main method and perhaps a
Runnable trait to each provider, that when launched resolves the appropriate
typesafe config, starts up the provider, and pulls documents out of the
outbound queue and writes them to STDOUT as long as the streams is running.
Instructions how to do this should also be added to the javadocs of the
providers and/or the markdowns of each module.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)