Jungtaek Lim created STORM-2170:
-----------------------------------

             Summary: [Storm SQL] Add built-in socket datasource to runtime
                 Key: STORM-2170
                 URL: https://issues.apache.org/jira/browse/STORM-2170
             Project: Apache Storm
          Issue Type: New Feature
          Components: storm-sql
            Reporter: Jungtaek Lim
            Assignee: Jungtaek Lim


Currently Storm SQL requires Kafka to input source, and also require Kafka or 
Redis to output source. This is OK for production, but users might want to test 
their SQL statements before associating their table to actual data sources in 
development phase, even we support 'explain'.

Supporting socket as data source will greatly help users to test, especially 
with 'netcat' available on OSX, and also expected to be available from Linux 
distros.

For OSX, "nc -k -l 12345" starts tcp server listening on port 12345, and "nc 
localhost 12345" connects to localhost:12345 by tcp.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to