Uploaded image for project: 'Streams'
  1. Streams
  2. STREAMS-412

ability (and instructions on how) to run processors directly from console

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Reopened
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Processors
    • None

    Description

      All of the processors currently require attachment to a run-time to use.

      If processors could be configured and executed directly from the console, they would become more valuable for casual use cases where users just want to easily transform 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 processor, that when launched resolves the appropriate typesafe config, starts up the process, and transforms documents from STDIN writing them to STDOUT until the input stops.

      Instructions how to do this should also be added to the javadocs of the processors and/or the markdowns of each module.

      Attachments

        Activity

          People

            steveblackmon Steve Blackmon
            steveblackmon Steve Blackmon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: