[
https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16333147#comment-16333147
]
ASF GitHub Bot commented on RYA-440:
------------------------------------
GitHub user kchilton2 opened a pull request:
https://github.com/apache/incubator-rya/pull/267
RYA-440 Added commands to Rya Shell used to interact with Rya Streams.
## Description
Integrated the Rya Shell with Rya Streams.
### Tests
Added tests.
### Links
https://issues.apache.org/jira/browse/RYA-440
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kchilton2/incubator-rya RYA-440
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rya/pull/267.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #267
----
commit f4e132cf8aac2467af3e0758f6eab4aeee806e83
Author: kchilton2 <kevin.e.chilton@...>
Date: 2018-01-16T22:40:08Z
RYA-440 Added commands to Rya Shell used to interact with Rya Streams.
----
> Rya Streams: Integration with the existing Rya Shell.
> -----------------------------------------------------
>
> Key: RYA-440
> URL: https://issues.apache.org/jira/browse/RYA-440
> Project: Rya
> Issue Type: Task
> Reporter: Kevin Chilton
> Assignee: Kevin Chilton
> Priority: Major
>
> We need a way to interact with Rya Streams. The shell should include the
> following commands:
> * *streams-configure*: Lets you change which Rya Streams system an instance
> of Rya is configured to use. For example, if you are using Kafka Streams,
> this command would let you configure where the Kafka services are found.
> * *streams-details*: Prints to the screen the currently configured values.
> * *streams-queries-add*: Tells Rya Streams that it needs to maintain a query
> * *streams-queries-delete*: Tells Rya Streams that it no longer needs to
> maintain a query.
> * *streams-queries-start*: Tells Rya Streams to start maintaining a query.
> * *streams-queries-stop*: Tells Rya Streams to stop maintaining a query.
> * *streams-queries-list*: Lists the queries that are being maintained by Rya
> Streams as well as their start/stop state.
> * *streams-queries-details*: Prints details about the query.
> For this iteration, no PCJ integration will be supported.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)